TcMenu / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
295 stars 25 forks source link

Embed Control Core custom panel improvements #537

Closed davetcc closed 1 week ago

davetcc commented 2 weeks ago

Is your feature request related to a problem? Please describe. Creating custom panels in Embed Control Java is a bit difficult, given this is now the recommended way to proceed it should be made as easy as possible. This includes a couple of API fixes to ensure all menu types can be output in wire format via the manager.

Describe the solution you'd like A base class for creating custom panels, where all menu control based nodes update automatically.

Additional context None