TLMoto / Nextion

Dependents:   Display

Revision:
1:e4163fd9aa4c
Parent:
0:67bae57e0b73
--- a/Nextion.h	Wed Apr 15 17:02:54 2020 +0000
+++ b/Nextion.h	Mon May 04 17:52:49 2020 +0000
@@ -16,30 +16,15 @@
  */
 #ifndef __NEXTION_H__
 #define __NEXTION_H__
-
-
+#include "NexObject.h"
 #include "NexConfig.h"
 #include "NexTouch.h"
 #include "NexHardware.h"
-
+#include "NexNumber.h"
 #include "NexButton.h"
-//#include "NexCrop.h"
-//#include "NexGauge.h"
-//#include "NexHotspot.h"
 #include "NexPage.h"
-//#include "NexPicture.h"
 //#include "NexProgressBar.h"
 //#include "NexSlider.h"
 #include "NexText.h"
-//#include "NexWaveform.h"
-//#include "NexTimer.h"
-//#include "NexNumber.h"
-//#include "NexDualStateButton.h"
-//#include "NexVariable.h"
-//#include "NexCheckbox.h"
-//#include "NexRadio.h"
-//#include "NexScrolltext.h"
-//#include "NexGpio.h"
-//#include "NexRtc.h"
 
 #endif /* #ifndef __NEXTION_H__ */
\ No newline at end of file