NeoNextion
Arduino library for the Nextion displays.
|
INextionBooleanValued | Interface for widgets that store a boolean value |
INextionCallback | Interface for classes that handle callbacks from a display device |
INextionColourable | Interface for widgets that can be coloured |
INextionFontStyleable | Interface for widgets that can have their fonts styled |
INextionNumericalValued | Interface for widgets that store a numerical value |
INextionStringValued | Interface for widgets that hold a string value |
INextionTouchable | Interface for widgets that can be touched |
INextionWidget | Abstract class for all UI widgets |
ITouchableListItem | Linked list node for INextionTouchable objects |
Nextion | Driver for a physical Nextion device |
NextionButton | Represents a basic button widget |
NextionCallbackFunctionHandler | Event handler for function pointers |
NextionCheckbox | Represents a checkbox |
NextionCrop | Represents a cropped picture widget |
NextionDualStateButton | Represents a dual state button widget |
NextionGauge | Represents a gauge widget/ |
NextionHotspot | Represents a hotspot widget |
NextionNumber | Represents a number widget |
NextionPage | Represents a page of widgets |
NextionPicture | Represents a full size picture widget |
NextionProgressBar | Represents a progress bar widget |
NextionRadioButton | Represents a basic button widget |
NextionSlider | Represents a slider widget |
NextionSlidingText | Represents a sliding text widget |
NextionText | Represents a text widget |
NextionTimer | Represents a timer |
NextionVariableNumeric | Represents a numeric variable |
NextionVariableString | Represents a string variable |
NextionWaveform | Represents a waveform widget |