17 #ifndef __NEXRADIO_H__
18 #define __NEXRADIO_H__
42 NexRadio(uint8_t pid, uint8_t cid,
const char *name);
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.
bool setValue(uint32_t number)
Set val attribute of component.
uint32_t getValue(uint32_t *number)
Get val attribute of component.
The definition of class NexTouch.
The definition of base API for using Nextion.
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.
Father class of the components with touch events.
NexRadio(uint8_t pid, uint8_t cid, const char *name)
Constructor.