17 #ifndef __NEXSCROLLTEXT_H__
18 #define __NEXSCROLLTEXT_H__
45 uint16_t
getText(
char *buffer, uint16_t len);
53 bool setText(
const char *buffer);
125 uint32_t
getFont(uint32_t *number);
bool Set_background_color_bco(uint32_t number)
Set bco attribute of component.
bool Set_cycle_tim(uint32_t number)
Set tim attribute of component.
bool Set_scroll_distance(uint32_t number)
Set dis attribute of component.
uint32_t Get_scroll_dir(uint32_t *number)
Get dir 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.
uint32_t Get_font_color_pco(uint32_t *number)
Get pco attribute of component.
bool Set_background_crop_picc(uint32_t number)
Set picc attribute of component.
uint32_t Get_scroll_distance(uint32_t *number)
Get dis attribute of component.
uint32_t Get_place_ycen(uint32_t *number)
Get ycen attribute of component.
uint32_t Get_cycle_tim(uint32_t *number)
Get tim attribute of component.
bool setText(const char *buffer)
Set text attribute of component.
bool Set_scroll_dir(uint32_t number)
Set dir attribute of component.
uint32_t Get_background_crop_picc(uint32_t *number)
Get picc attribute of component.
bool Set_place_xcen(uint32_t number)
Set xcen attribute of component.
uint16_t getText(char *buffer, uint16_t len)
Get text attribute of component.
bool Set_place_ycen(uint32_t number)
Set ycen attribute of component.
The definition of class NexTouch.
uint32_t Get_place_xcen(uint32_t *number)
Get xcen attribute of component.
The definition of base API for using Nextion.
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
uint32_t getFont(uint32_t *number)
Get font attribute of component.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
Father class of the components with touch events.
NexScrolltext(uint8_t pid, uint8_t cid, const char *name)
Constructor.
bool setFont(uint32_t number)
Set font attribute of component.