![]() |
Documentation
For Arduino users
|
Some essential things. More...
Modules | |
| Touch Event | |
| How to attach(or detach) callback function called when touch event occurs. | |
Classes | |
| class | NexObject |
| Root class of all Nextion components. More... | |
| class | NexUpload |
| Provides the API for nextion to download the ftf file. More... | |
Functions | |
| bool | nexInit (void) |
| Init Nextion. More... | |
| void | nexLoop (NexTouch *nex_listen_list[]) |
| Listen touch event and calling callbacks attached before. More... | |
Some essential things.
| bool nexInit | ( | void | ) |
Init Nextion.
Definition at line 220 of file NexHardware.cpp.
| void nexLoop | ( | NexTouch * | nex_listen_list[] | ) |
Listen touch event and calling callbacks attached before.
Supports push and pop at present.
| nex_listen_list | - index to Nextion Components list. |
Definition at line 235 of file NexHardware.cpp.