27 void p0PopCallback(
void *ptr)
30 dbSerialPrintln(
"p0PopCallback");
51 dbSerialPrintln(
"setup done");
void nexLoop(NexTouch *nex_listen_list[])
Listen touch event and calling callbacks attached before.
bool setPic(uint32_t number)
Set picture's number.
void attachPop(NexTouchEventCb pop, void *ptr=NULL)
Attach an callback function of pop touch event.
bool nexInit(void)
Init Nextion.
The header file including all other header files provided by this library.
bool getPic(uint32_t *number)
Get picture's number.
Father class of the components with touch events.