NeoNextion Versions Save

Arduino library for the Nextion displays

v2.2.0

7 years ago
  • Added support for new widgets (#19):
    • NextionCheckbox
    • NextionRadioButton
    • NextionSlidingText
  • Fixed issue with duplicated item names across pages (#16)

v2.1.0

8 years ago

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

v2.0.0

8 years ago
  • 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)

v1.2.0

8 years ago
  • Added methods for getting and setting string properties with numerical values in INextionStringValued
  • Fixed header guard bug in NextionText
  • Further code clean up

v1.1.1

8 years ago
  • 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

v1.1.0

8 years ago
  • 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

v1.0.1

8 years ago

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