Skip to content

Releases: forntoh/LcdMenu

LcdMenu 3.3.1

01 Aug 00:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.3.1

LcdMenu 3.3.0

21 Jun 15:31
Compare
Choose a tag to compare

⭐ What's new

🐛 Bugfix

  • Fix callback for item list not executed by @forntoh in #111
  • Fixed Arduino runs out of memory when typing by @forntoh in #112

Full Changelog: 3.2.0...3.3.0

LcdMenu 3.2.0

18 Jun 10:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.2.0

LcdMenu 3.1.1

16 Jun 21:21
Compare
Choose a tag to compare

What's Changed

  • Fixed compile warnings related to ItemList by @forntoh in #101

Full Changelog: 3.1.0...3.1.1

LcdMenu 3.1.0

15 Jun 23:37
Compare
Choose a tag to compare

What's Changed

  • added unit testing and changed most instances of String to char* by @forntoh in #86

Full Changelog: 3.0.1...3.1.0

LcdMenu 3.0.1

14 Jun 01:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Chore

Full Changelog: 3.0.0...3.0.1

LcdMenu 3.0.0 🚀

20 May 01:42
99b7d8f
Compare
Choose a tag to compare

What's new 🚀

In previous versions of LcdMenu, the menu used a lot of memory since space has to be reserved for every field on the menu even if it is not used, this release fixes that by allowing the user to import only MenuItems which is needed.

You can expect to save up to 10% on memory usage (or even more 😎), depending on which menu item types you use.

There's also a new way to create menus, check the readme.

Changelog

Full Changelog: 2.1.3...3.0.0

LcdMenu 2.1.3

09 Apr 17:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

LcdMenu 2.1.2

26 Jan 14:32
06958a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

LcdMenu 2.1.1

11 Jul 07:00
8bf6dee
Compare
Choose a tag to compare

What's Changed

  • menu layout fix by @sennederent in #61

New Contributors

  • @sennederent made their first contribution in #61

Full Changelog: 2.1.0...2.1.1