Jomelo / LCDMenuLib2

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

Dynamic submenu for listing cd cards #23

Closed Tigeerg closed 6 years ago

Tigeerg commented 6 years ago

I'm sorry, I did not find an example or a mention in the code of how to implement a dynamic submenu. Saw mention of this issue in this thread, https://github.com/Jomelo/LCDMenuLib2/issues/18, but the file you attached is no longer available. Also found a function in the previous version of the LCDMenuLib library: https://github.com/Jomelo/LCDMenuLib/issues/28. This functionality in LCDMenuLib2 is not implemented?

Jomelo commented 6 years ago

Hello, i have not implemented the example to LCDMenuLib2 but i can do on the next days. :-)

Jomelo commented 6 years ago

Hi, have add the example: https://github.com/Jomelo/LCDMenuLib2/tree/master/examples/02_functionality/LCDML_020_filelist

e1z0 commented 2 years ago

It does not work with u8g2 lib, only serial output is visible but dynamic menu not shown on the screen. I'm seeing that i can navigate and it shows on the serial.

Jomelo commented 2 years ago

Hello, not all examples support the complete functionality. You have to import the right content from one example to another one. Then it works.

The difficult on the example with the filelist ist not the display output.