This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
Releases: DanNixon/NeoNextion
Releases · DanNixon/NeoNextion
Version 2.2.0
Version 2.1.0
This version adds support (NextionNumber
) for the new Number widget in the latest firmware.
Version 2.0.0
Version 1.2.0
- Added methods for getting and setting string properties with numerical values in
INextionStringValued
- Fixed header guard bug in
NextionText
- Further code clean up
Version 1.1.1
- Fixed a bug in the touch event processing code where only the first and last added
INextionTouchable
widgets had their events fire - Widgets now take a reference to a
Nextion
object, rather than a pointer. - Added functions to get the page and component IDs of a
INextionWidget
Version 1.1.0
- Add support for the dual state button (check box)
- Add the property access and set functions in
INextionWidget
- Clean up code and reduce code duplication
Version 1.0.1
This only changes the library category from Device Control
to Display
.