3 #ifndef __NEONEXTION_NEXTIONPICTURE
4 #define __NEONEXTION_NEXTIONPICTURE
bool setPictureID(uint16_t id)
Sets the picture to be displayed.
Definition: NextionPicture.cpp:30
uint16_t getPictureID()
Gets the ID of the currently displayed picture.
Definition: NextionPicture.cpp:20
Represents a full size picture widget.
Definition: NextionPicture.h:13
Interface for widgets that can be touched.
Definition: INextionTouchable.h:15
NextionPicture(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: NextionPicture.cpp:9
Driver for a physical Nextion device.
Definition: Nextion.h:31