17 #ifndef __NEXPICTURE_H__
18 #define __NEXPICTURE_H__
36 NexPicture(uint8_t pid, uint8_t cid,
const char *name);
46 bool getPic(uint32_t *number);
56 bool setPic(uint32_t number);
bool setPic(uint32_t number)
Set picture's number.
The definition of class NexTouch.
The definition of base API for using Nextion.
NexPicture(uint8_t pid, uint8_t cid, const char *name)
Constructor.
bool getPic(uint32_t *number)
Get picture's number.
Father class of the components with touch events.