Jomelo / LCDMenuLib2

Create a tree menu. Use it with different lcd types / console output / ssh console.
MIT License
249 stars 46 forks source link

Feature: id and path-free menu definition #90

Closed dronus closed 1 year ago

dronus commented 1 year ago

Would be cool if menu items can be defined without explicitly naming ids and the parent element "path".

Currently, menu items are generated by a macro system that emits setup code, thereby creating a linked list of items. This macro system is quite fragile if the menu needs to be edited. Eg. it is not possible to remove a single entry without updating all consecutive ids etc.

Maybe we could to move to a static definition of nested arrays?

Jomelo commented 1 year ago

Hi,

this points are not supported at the moment. I add this points to my backlog list.

Best regards, Nils