17 #ifndef __NEXSLIDER_H__
18 #define __NEXSLIDER_H__
36 NexSlider(uint8_t pid, uint8_t cid,
const char *name);
uint32_t Get_pointer_thickness_wid(uint32_t *number)
Get wid attribute of component.
bool setValue(uint32_t number)
Set the value of slider.
uint32_t Get_cursor_height_hig(uint32_t *number)
Get hig attribute of component.
uint32_t getMinval(uint32_t *number)
Get minval attribute of component.
bool getValue(uint32_t *number)
Get the value of slider.
bool Set_cursor_height_hig(uint32_t number)
Set hig attribute of component.
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
NexSlider(uint8_t pid, uint8_t cid, const char *name)
Constructor.
bool setMinval(uint32_t number)
Set minval attribute of component.
bool setMaxval(uint32_t number)
Set maxval attribute of component.
The definition of class NexTouch.
uint32_t getMaxval(uint32_t *number)
Get maxval attribute of component.
The definition of base API for using Nextion.
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.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
Father class of the components with touch events.
bool Set_pointer_thickness_wid(uint32_t number)
Set wid attribute of component.