16 #ifndef __NEXBUTTON_H__
17 #define __NEXBUTTON_H__
28 NexButton(NexPid pid, NexCid cid,
char *name, NexTouchEventCb pop = NULL,
void *pop_ptr = NULL);
30 void attachPop(NexTouchEventCb pop,
void *ptr = NULL);
33 uint16_t
getText(
char *buffer, uint16_t len);
34 bool setText(
const char *buffer);
Root Class of Nextion Components.