MartinNohr / LedImagePainter

New ESP32 version using rotary push button switch.
2 stars 1 forks source link

Menus need a way to skip non-selectable ones #22

Closed MartinNohr closed 3 years ago

MartinNohr commented 4 years ago

When recording macros there is a menu line showing the macro number. It is inactive since you shouldn't change the macro name during recording. This menu item should be automatically skipped over. To do this easily I think the menu lists need to be processed to remove the menu conditionals first so there is a one to one relationship with the menu list and the display.

MartinNohr commented 3 years ago

This could also be done by using the existing logical if menu control to not show that menu.

MartinNohr commented 3 years ago

All further development of this is being done in the TTGO TFT color display version.