You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)