Releases: Jomelo/LCDMenuLib
Releases · Jomelo/LCDMenuLib
v2.3.5
v2.3.4
v2.3.3
v2.3.2
2.2.0
- add a new function to update the displayed menuitems
-- this function needs as parameter the id of a menuelement
-- this function checks if no function is called
-- this function checks if the parameter is realy displayed
-- the menu content is only updated if the checks are true
-- LCDML_DISP_update_menu_direct(_menu_item_id) - add new example structure
- add an example for dynamic content like a clock
"LCDML_dynamic_menuitem_text" with the new function - add an example for back button in the menu "LCDML_back_button" this is
needed for encoder or other control methods without an back button - add an example for glcd with adafruit_ssd1306
- all examples are now for dynamic content, you can add your changes in
"LCDML_FUNC_DISP" tab - set the complete code under MIT license
2.1.5
- add a public variable with the name "content_id[n]". This variable contains an array of ids for the displayed menu elements. Now it is possible to add custom content to every static displayed menu element. An example for this is in the "LCDML_000_serialmonitor" example on "LCDML_DISP" tab (Display IDs)
- change discription text