3 #ifndef __NEONEXTION_NEXTIONNUMBER
4 #define __NEONEXTION_NEXTIONNUMBER
Interface for widgets that store a numerical value.
Definition: INextionNumericalValued.h:16
Represents a number widget.
Definition: NextionNumber.h:16
Interface for widgets that can be touched.
Definition: INextionTouchable.h:15
Interface for widgets that can be coloured.
Definition: INextionColourable.h:14
NextionNumber(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: NextionNumber.h:25
Driver for a physical Nextion device.
Definition: Nextion.h:31
Interface for widgets that can have their fonts styled.
Definition: INextionFontStyleable.h:14