![]() |
API
For Arduino developers
|
Nextion API Documentation. More...
Functions | |
| bool | nexInit (void) |
| Init Nextion's baudrate,page id. More... | |
| void | nexLoop (NexTouch **nex_listen_list) |
| Call mainEventLoop,watting for Nextion's touch event. More... | |
Nextion API Documentation.
| bool nexInit | ( | void | ) |
Init Nextion's baudrate,page id.
| true | - success. |
| false | - failed. |
Definition at line 272 of file NexHardware.cpp.
| void nexLoop | ( | NexTouch ** | nex_listen_list | ) |
Call mainEventLoop,watting for Nextion's touch event.
| nex_listen_list | - index to Nextion Components list. |
Definition at line 293 of file NexHardware.cpp.
1.8.7