-
I would love to use the menu system for my open-source Fan controller, I made my own menu but changes are laborious. But I don't know how to use the variable data generated from the menu in the sketch. Any help would be very much appreciated... example sketch I made: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Ow, after watching the old video's I saw the solution. for other beginners: `// ------------------------------------------------------------------------------- void CALLBACK_FUNCTION portChange(int id) { void CALLBACK_FUNCTION ssidChange(int id) { |
Beta Was this translation helpful? Give feedback.
-
For me, after another wasted day, I will quit looking into this amazing menu system until it (hopefully) will be made more clear for the average user. A few real world examples would be so great. I find it mind boggling that 10 years after the Arduino was made available, there is still no menu system that is usable for the hobbyist. |
Beta Was this translation helpful? Give feedback.
-
I want to thank you for your patience and the lack of my programming skills is now showing. I have no training whatsoever, just begun to build for example the DCF clock from idea to working item but that was possible with basic c++, learning c++ on the go. I will look into the examples! I did look into them but (stupidly) only the ESP32 ones. Will look into the other to find an example how to use the menu ONLY when needed. I think that is NOT the way it should work... Thanks for pointing me to the examples. |
Beta Was this translation helpful? Give feedback.
No problem. I’m trying to work out what’s gone wrong here to make sure it is easier to find the right info in future.
Methods takeOverDisplay/giveBackDisplay are shown in many of the examples. They should let you keep the menu out of the way when not in use easily enough.