mirror of
https://github.com/itead/ITEADLIB_Arduino_Nextion.git
synced 2026-02-19 19:11:18 +01:00
Organize the annotation again
This commit is contained in:
@@ -54,7 +54,7 @@ uint32_t NexCheckbox::Get_background_color_bco(uint32_t *number)
|
||||
|
||||
bool NexCheckbox::Set_background_color_bco(uint32_t number)
|
||||
{
|
||||
char buf[10] = {0};
|
||||
char buf[10] = {0};
|
||||
String cmd;
|
||||
|
||||
utoa(number, buf, 10);
|
||||
|
||||
@@ -108,7 +108,7 @@ uint32_t NexText::Get_place_xcen(uint32_t *number)
|
||||
|
||||
bool NexText::Set_place_xcen(uint32_t number)
|
||||
{
|
||||
char buf[10] = {0};
|
||||
char buf[10] = {0};
|
||||
String cmd;
|
||||
|
||||
utoa(number, buf, 10);
|
||||
|
||||
Reference in New Issue
Block a user