Nextion User Manual
For Arduino developers
NexHotspot.cpp
Go to the documentation of this file.
1 
16 #include "NexHotspot.h"
17 
18 NexHotspot::NexHotspot(uint8_t pid, uint8_t cid, const char *name)
19  :NexTouch(pid, cid, name)
20 {
21 }
22 
The definition of class NexHotspot.
Father class of the components with touch events.
Definition: NexTouch.h:53
NexHotspot(uint8_t pid, uint8_t cid, const char *name)
Constructor.
Definition: NexHotspot.cpp:18