17 #ifndef __NEXCHECKBOX_H__
18 #define __NEXCHECKBOX_H__
42 NexCheckbox(uint8_t pid, uint8_t cid,
const char *name);
bool setValue(uint32_t number)
Set val attribute of component.
bool Set_background_color_bco(uint32_t number)
Set bco attribute of component.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
uint32_t Get_font_color_pco(uint32_t *number)
Get pco attribute of component.
The definition of class NexTouch.
uint32_t getValue(uint32_t *number)
Get val attribute of component.
The definition of base API for using Nextion.
NexCheckbox(uint8_t pid, uint8_t cid, const char *name)
Constructor.
Father class of the components with touch events.