Releases: VasilKalchev/LiquidMenu
Releases · VasilKalchev/LiquidMenu
v1.6.0
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 achar*
Fixed
LiquidSystem::is_callable
was callingcall_function
instead ofis_callable
LiquidSystem::set_focusPosition
andLiquidSystem::set_focusSymbol
now iterate all menuschange_screen
wrong parameter type
v1.5.1
Added
- accessors for the focused line
- method for checking if the line is "callable"
Changed
change_screen
now takes aLiquidScreen
pointer
v1.4.1
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
Added
- I2C interface support
v1.2.0
Added
- schematics to the examples
- 2 new examples
v1.1.6
Added
- ability to print
const char[]
stored inPROGMEM
1.1.6-beta
Added
- ability to print
const char[]
stored inPROGMEM
v1.1.5
release 1.1.5
v1.1.4
Added
- custom symbols (glyphs)
- "soft update" method
- ability to add variables individually
- ability to hide screens
v1.0.2
Update README.md