17 #ifndef __NEXVARRIABLE_H__
18 #define __NEXVARRIABLE_H__
42 NexVariable(uint8_t pid, uint8_t cid,
const char *name);
51 uint32_t
getText(
char *buffer, uint32_t len);
59 bool setText(
const char *buffer);
bool setValue(uint32_t number)
Set val attribute of component.
The definition of class NexTouch.
bool setText(const char *buffer)
Set text attribute of component.
The definition of base API for using Nextion.
uint32_t getText(char *buffer, uint32_t len)
Get text attribute of component.
uint32_t getValue(uint32_t *number)
Get val attribute of component.
NexVariable(uint8_t pid, uint8_t cid, const char *name)
Constructor.
Father class of the components with touch events.