Nextion User Manual
For Arduino developers
NexHotspot.h
Go to the documentation of this file.
1 
17 #ifndef __NEXHOTSPOT_H__
18 #define __NEXHOTSPOT_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
30 class NexHotspot: public NexTouch
31 {
32 public: /* methods */
36  NexHotspot(uint8_t pid, uint8_t cid, const char *name);
37 };
43 #endif /* #ifndef __NEXHOTSPOT_H__ */
The definition of class NexTouch.
The definition of base API for using Nextion.
NexHotspot component.
Definition: NexHotspot.h:30
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