Nextion User Manual
For Arduino developers
Nextion.h
Go to the documentation of this file.
1 
17 #ifndef __NEXTION_H__
18 #define __NEXTION_H__
19 
20 #include "Arduino.h"
21 #include "NexConfig.h"
22 #include "NexTouch.h"
23 #include "NexHardware.h"
24 
25 #include "NexButton.h"
26 #include "NexCrop.h"
27 #include "NexGauge.h"
28 #include "NexHotspot.h"
29 #include "NexPage.h"
30 #include "NexPicture.h"
31 #include "NexProgressBar.h"
32 #include "NexSlider.h"
33 #include "NexText.h"
34 #include "NexWaveform.h"
35 
36 #endif /* #ifndef __NEXTION_H__ */
The definition of class NexWaveform.
The definition of class NexText.
The definition of class NexSlider.
The definition of class NexButton.
The definition of class NexPage.
The definition of class NexCrop.
The definition of class NexGauge.
The definition of class NexTouch.
The definition of base API for using Nextion.
The definition of class NexHotspot.
The definition of class NexProgressBar.
The definition of class NexPicture.
Options for user can be found here.