Replies: 1 comment
-
Found the dynamicMenuItems.ino in the tcmenu source code. Everything is clear now. I'm very happy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I try to make a dialog with a controller as described here:
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/rendering-with-tcmenu-lcd-tft-oled/
"Showing a dialog as a controller"
I want to put a second line as a TextMenuItem.
But I always get:
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
I'm using latest libraries:
lib_deps =
davetcc/tcMenu@^4.0.0
davetcc/IoAbstraction@^4.0.0
davetcc/tcUnicodeHelper@^1.0.0
davetcc/TaskManagerIO@^1.3.5
bodmer/TFT_eSPI@^2.5.3
Does someone have an idea how to put custom menu items into the dialog without exception. For me it just worked if I add the additional items direct into BaseDialog.h and BaseDialog.cpp but of course thats not a good solution ;-)
Beta Was this translation helpful? Give feedback.
All reactions