Skip to content

Commit

Permalink
add gpio and rtc function
Browse files Browse the repository at this point in the history
  • Loading branch information
hxming123456 committed Nov 28, 2016
1 parent b4f8330 commit bb09f20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions NexText.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,5 @@ bool NexText::Set_background_image_pic(uint32_t number)
}




3 changes: 2 additions & 1 deletion NexText.h
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ class NexText: public NexTouch
* @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);

};

/**
Expand Down
3 changes: 2 additions & 1 deletion Nextion.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include "NexCheckbox.h"
#include "NexRadio.h"
#include "NexScrolltext.h"

#include "NexGpio.h"
#include "NexRtc.h"

#endif /* #ifndef __NEXTION_H__ */

0 comments on commit bb09f20

Please sign in to comment.