MD_Menu Library  1.2
Library for 1 or 2 line display menu management
Revision History

Revision History

Dec 2017 version 1.2.3

  • Changes by makelion to allow use with ESP8266 and ESP32

Dec 2017 version 1.2.2

  • Added Menu_LCD-Shield example as a simpler example

Nov 2017 version 1.2.1

  • Replaced MD_KeySwitch in examples with new MD_UISwitch library

Jun 2017 version 1.2.0

  • Returning nullptr from value request callback now stops value being edited.

Jun 2017 version 1.1.0

  • Removed index field from menu item definition. Not useful in practice.
  • Added real number (float) input

Jun 2017 version 1.0.1

  • Added setAutoStart() method and code
  • Internal flags now a bit field
  • Added setTimeout() method and code

May 2017 version 1.0.0

  • First implementation