|
API
For Arduino developers
|
API of Nextion. More...
#include "NexTouch.h"Go to the source code of this file.
Functions | |
| bool | nexInit (void) |
| Init Nextion's baudrate,page id. More... | |
| bool | nexLoop (NexTouch **nexListenList) |
| Call mainEventLoop,watting for Nextion's touch event. More... | |
API of Nextion.
Definition in file NexTouch.cpp.
| bool nexInit | ( | void | ) |
Init Nextion's baudrate,page id.
| true | - success. |
| false | - failed. |
Definition at line 423 of file NexTouch.cpp.
| bool nexLoop | ( | NexTouch ** | nexListenList | ) |
Call mainEventLoop,watting for Nextion's touch event.
| nexListenList | - index to Nextion Components list. |
| false | - failed. |
Definition at line 440 of file NexTouch.cpp.
1.8.7