Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Releases: DanNixon/NeoNextion

Version 2.2.0

31 Aug 14:56
Compare
Choose a tag to compare
  • Added support for new widgets (#19):
    • NextionCheckbox
    • NextionRadioButton
    • NextionSlidingText
  • Fixed issue with duplicated item names across pages (#16)

Version 2.1.0

30 Oct 20:17
Compare
Choose a tag to compare

This version adds support (NextionNumber) for the new Number widget in the latest firmware.

Version 2.0.0

23 Sep 08:23
Compare
Choose a tag to compare
  • New callback framework that supports class methods as callback functions (this is non backwards comparable with version 1.x.x)
  • Partially fixed the issue with NextionTimer (#6)
  • Fixed the issues with NextionWaveform and added all colour and size options (#5)

Version 1.2.0

19 Sep 13:47
Compare
Choose a tag to compare
  • 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

18 Sep 15:54
Compare
Choose a tag to compare
  • 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

17 Sep 10:26
Compare
Choose a tag to compare
  • 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

14 Sep 15:40
Compare
Choose a tag to compare

This only changes the library category from Device Control to Display.