3 #ifndef __NEONEXTION_NEXTIONSLIDER
4 #define __NEONEXTION_NEXTIONSLIDER
Interface for widgets that store a numerical value.
Definition: INextionNumericalValued.h:16
NextionSlider(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: NextionSlider.h:23
Interface for widgets that can be touched.
Definition: INextionTouchable.h:15
Interface for widgets that can be coloured.
Definition: INextionColourable.h:14
Represents a slider widget.
Definition: NextionSlider.h:15
Driver for a physical Nextion device.
Definition: Nextion.h:31