Skip to content

Releases: forntoh/LcdMenu

LcdMenu 2.0.0-beta.2

09 May 11:18
Compare
Choose a tag to compare
LcdMenu 2.0.0-beta.2 Pre-release
Pre-release

What's new

LcdMenu 2.0.0-beta.1

30 Apr 05:12
Compare
Choose a tag to compare
LcdMenu 2.0.0-beta.1 Pre-release
Pre-release

What's new

  • Removed build submenu from LcdMenu.
  • Eliminated ItemSubHeader class (use ItemHeader(parent)).
  • Memory optimizations.

⭐ NEW: Added menu generator ⭐

Generate menus from strings

LcdMenu 1.1.1

29 Apr 23:39
af8bb17
Compare
Choose a tag to compare

😫 I made an error and deleted this release

LcdMenu 1.1.0

14 Nov 09:08
Compare
Choose a tag to compare

What's new

  • Included support for LCD without I2C #2
    1. Just add #define USE_STANDARD_LCD before #import <LcdMenu.h>
    2. Then use setupLcdWithMenu(rs, en, d0, d1, d2, d3, menu)
  • Fixed #5
  • Adde feature #1

LcdMenu 1.0.4

27 Jul 13:14
Compare
Choose a tag to compare

What's new

  • Fixed pointer issue (can't convert from MenuItem* to MenuItem)

LcdMenu 1.0.3

23 Jul 09:28
Compare
Choose a tag to compare

What's new

  • added Wiki

LcdMenu 1.0.2

21 Jul 17:46
Compare
Choose a tag to compare

What's new

  • you can now display timed notification message on the LCD.
  • added ItemCommand class.
  • added documentation (c++ style) for LcdMenu.
  • added function to get the cursor's current position.

LcdMenu 1.0.1

25 Jun 13:08
Compare
Choose a tag to compare

What's new

  • fixed example project
  • added possibility to execute callback for menu item of type input

LcdMenu 1.0.0

10 Jun 12:01
Compare
Choose a tag to compare

Display navigable menu items on your LCD display with Arduino.
Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.