Documentation
For Arduino users
NexScrolltext.h
Go to the documentation of this file.
1 
17 #ifndef __NEXSCROLLTEXT_H__
18 #define __NEXSCROLLTEXT_H__
19 
20 #include "NexTouch.h"
21 #include "NexHardware.h"
30 class NexScrolltext: public NexTouch
31 {
32 public: /* methods */
36  NexScrolltext(uint8_t pid, uint8_t cid, const char *name);
37 
45  uint16_t getText(char *buffer, uint16_t len);
46 
53  bool setText(const char *buffer);
54 
61  uint32_t Get_background_color_bco(uint32_t *number);
62 
69  bool Set_background_color_bco(uint32_t number);
70 
77  uint32_t Get_font_color_pco(uint32_t *number);
78 
85  bool Set_font_color_pco(uint32_t number);
86 
93  uint32_t Get_place_xcen(uint32_t *number);
94 
101  bool Set_place_xcen(uint32_t number);
102 
109  uint32_t Get_place_ycen(uint32_t *number);
110 
117  bool Set_place_ycen(uint32_t number);
118 
125  uint32_t getFont(uint32_t *number);
126 
133  bool setFont(uint32_t number);
134 
141  uint32_t Get_background_crop_picc(uint32_t *number);
142 
149  bool Set_background_crop_picc(uint32_t number);
150 
157  uint32_t Get_background_image_pic(uint32_t *number);
158 
165  bool Set_background_image_pic(uint32_t number);
166 
173  uint32_t Get_scroll_dir(uint32_t *number);
174 
181  bool Set_scroll_dir(uint32_t number);
182 
189  uint32_t Get_scroll_distance(uint32_t *number);
190 
197  bool Set_scroll_distance(uint32_t number);
198 
205  uint32_t Get_cycle_tim(uint32_t *number);
206 
213  bool Set_cycle_tim(uint32_t number);
214 
215  bool enable(void);
216  bool disable(void);
217 };
218 
223 #endif /* #ifndef __NEXSCROLLTEXT_H__ */
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.
NexText component.
Definition: NexScrolltext.h:30
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.
Definition: NexTouch.h:53
NexScrolltext(uint8_t pid, uint8_t cid, const char *name)
Constructor.
bool setFont(uint32_t number)
Set font attribute of component.