mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-03-24 19:06:52 +01:00
add gpio and rtc function
This commit is contained in:
@@ -232,3 +232,5 @@ bool NexText::Set_background_image_pic(uint32_t number)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user