17 #ifndef __NEXGAUGE_H__
18 #define __NEXGAUGE_H__
36 NexGauge(uint8_t pid, uint8_t cid,
const char *name);
bool setValue(uint32_t number)
Set the value of gauge.
uint32_t Get_font_color_pco(uint32_t *number)
Get pco attribute of component.
NexGauge(uint8_t pid, uint8_t cid, const char *name)
Constructor.
uint32_t Get_background_cropi_picc(uint32_t *number)
Get picc attribute of component.
bool Set_pointer_thickness_wid(uint32_t number)
Set wid attribute of component.
bool Set_background_crop_picc(uint32_t number)
Set picc attribute of component.
uint32_t Get_pointer_thickness_wid(uint32_t *number)
Get wid attribute of component.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
The definition of class NexTouch.
bool getValue(uint32_t *number)
Get the value of gauge.
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
The definition of base API for using Nextion.
bool Set_background_color_bco(uint32_t number)
Set bco attribute of component.
Root class of all Nextion components.