17 #ifndef __NEXPICTURE_H__
18 #define __NEXPICTURE_H__
36 NexPicture(uint8_t pid, uint8_t cid,
const char *name);
66 bool getPic(uint32_t *number);
76 bool setPic(uint32_t number);
bool Set_background_image_pic(uint32_t number)
Set picture's 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 Get_background_image_pic(uint32_t *number)
Get picture's number.
bool getPic(uint32_t *number)
Get picture's number.
Father class of the components with touch events.