Skip to content

Releases: VasilKalchev/LiquidMenu

v1.6.0

05 Nov 10:11
Compare
Choose a tag to compare

Added

  • ability to call a function without updating the display
  • ability to configure focus indicator "ghosting"
  • LiquidCrystal as a dependency in Arduino's library manager

Changed

  • dynamic text is now achieved through a char[] instead of from a char*

Fixed

  • LiquidSystem::is_callable was calling call_function instead of is_callable
  • LiquidSystem::set_focusPosition and LiquidSystem::set_focusSymbol now iterate all menus
  • change_screen wrong parameter type

v1.5.1

07 Dec 13:46
Compare
Choose a tag to compare

Added

  • accessors for the focused line
  • method for checking if the line is "callable"

Changed

  • change_screen now takes a LiquidScreen pointer

v1.4.1

05 Nov 20:03
e9278c4
Compare
Choose a tag to compare

Added

  • scrolling lines
  • ability to configure the amount of digits shown in the decimal part
  • support for getter functions in lines
  • more examples

v1.3.0

27 Mar 06:47
Compare
Choose a tag to compare

Added

  • I2C interface support

v1.2.0

23 Feb 23:22
Compare
Choose a tag to compare

Added

  • schematics to the examples
  • 2 new examples

v1.1.6

13 Dec 04:52
Compare
Choose a tag to compare

Added

  • ability to print const char[] stored in PROGMEM

1.1.6-beta

22 Aug 12:22
Compare
Choose a tag to compare
1.1.6-beta Pre-release
Pre-release

Added

  • ability to print const char[] stored in PROGMEM

v1.1.5

16 Aug 00:58
Compare
Choose a tag to compare
release 1.1.5

v1.1.4

06 Aug 18:44
Compare
Choose a tag to compare

Added

  • custom symbols (glyphs)
  • "soft update" method
  • ability to add variables individually
  • ability to hide screens

v1.0.2

27 Jul 08:31
Compare
Choose a tag to compare
Update README.md