17 #ifndef __NEXNUMBER_H__
18 #define __NEXNUMBER_H__
36 NexNumber(uint8_t pid, uint8_t cid,
const char *name);
124 uint32_t
getFont(uint32_t *number);
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
bool Set_background_crop_picc(uint32_t number)
Set picc attribute of component.
NexNumber(uint8_t pid, uint8_t cid, const char *name)
Constructor.
uint32_t Get_number_lenth(uint32_t *number)
Get lenth attribute of component.
uint32_t Get_place_xcen(uint32_t *number)
Get xcen attribute of component.
bool Set_number_lenth(uint32_t number)
Set lenth attribute of component.
bool setFont(uint32_t number)
Set font attribute of component.
uint32_t Get_background_image_pic(uint32_t *number)
Get pic attribute of component.
bool Set_background_image_pic(uint32_t number)
Set pic attribute of component.
The definition of class NexTouch.
The definition of base API for using Nextion.
bool Set_place_ycen(uint32_t number)
Set ycen attribute of component.
uint32_t Get_place_ycen(uint32_t *number)
Get ycen attribute of component.
bool setValue(uint32_t number)
Set number attribute of component.
uint32_t getFont(uint32_t *number)
Get font attribute of component.
bool getValue(uint32_t *number)
Get number attribute of component.
uint32_t Get_font_color_pco(uint32_t *number)
Get pco attribute of component.
bool Set_background_color_bco(uint32_t number)
Set bco attribute of component.
Father class of the components with touch events.
bool Set_place_xcen(uint32_t number)
Set xcen attribute of component.
uint32_t Get_background_crop_picc(uint32_t *number)
Get picc attribute of component.