API
For Arduino developers
Nextion.h
Go to the documentation of this file.
1 
18 #ifndef __NEXTION_H__
19 #define __NEXTION_H__
20 
21 #include "Arduino.h"
22 #include "NexSerialConfig.h"
23 #include "NexTouch.h"
24 #include "NexHardware.h"
25 
26 #include "NexButton.h"
27 #include "NexCrop.h"
28 #include "NexGauge.h"
29 #include "NexHotspot.h"
30 #include "NexPage.h"
31 #include "NexPicture.h"
32 #include "NexProgressBar.h"
33 #include "NexSlider.h"
34 #include "NexText.h"
35 #include "NexWaveform.h"
36 
37 #endif /* #ifndef __NEXTION_H__ */
Serial configure.
API of NexWaveform.
API of NexText.
API of NexSlider.
API of NexButton.
API of NexPage.
API of NexCrop.
API of NexGauge.
API of Nextion.
Hardware Srial API.
API of NexHotspot.
API of NexProgressBar.
API of NexPicture.