diff --git a/NexText.cpp b/NexText.cpp index 0f1e4d4..25a2c86 100755 --- a/NexText.cpp +++ b/NexText.cpp @@ -232,3 +232,5 @@ bool NexText::Set_background_image_pic(uint32_t number) } + + diff --git a/NexText.h b/NexText.h index d2f4787..592ce07 100755 --- a/NexText.h +++ b/NexText.h @@ -162,7 +162,8 @@ public: /* methods */ * @param number - To set up the data * @return true if success, false for failure */ - bool Set_background_image_pic(uint32_t number); + bool Set_background_image_pic(uint32_t number); + }; /** diff --git a/Nextion.h b/Nextion.h index 3848db1..9d6aac5 100755 --- a/Nextion.h +++ b/Nextion.h @@ -39,6 +39,7 @@ #include "NexCheckbox.h" #include "NexRadio.h" #include "NexScrolltext.h" - +#include "NexGpio.h" +#include "NexRtc.h" #endif /* #ifndef __NEXTION_H__ */