Nextion User Manual
For Arduino developers
|
The definition of class NexTouch. More...
Go to the source code of this file.
Classes | |
class | NexTouch |
Father class of the components with touch events. More... | |
Macros | |
#define | NEX_EVENT_PUSH (0x01) |
Push touch event occuring when your finger or pen coming to Nextion touch pannel. | |
#define | NEX_EVENT_POP (0x00) |
Pop touch event occuring when your finger or pen leaving from Nextion touch pannel. | |
Typedefs | |
typedef void(* | NexTouchEventCb )(void *ptr) |
Type of callback funciton when an touch event occurs. More... | |
The definition of class NexTouch.
Definition in file NexTouch.h.