Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Some essential things. More...
Modules | |
Touch Event | |
How to attach(or detach) callback function called when touch event occurs. | |
Classes | |
class | NexObject |
Functions | |
bool | nexInit (void) |
void | nexLoop (NexTouch *nex_listen_list[]) |
Some essential things.
bool nexInit | ( | void | ) |
Init Nextion.
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. |