no ESP32 support? #11
Replies: 3 comments 15 replies
|
Concerning your question about ESP43 support, if you could dump the compile logs here, it would help a lot. I haven't yet tested if the library works out-of-the-box with the ESP, I can add support if that's not the case. Thanks, for your feedback, the library has become 1% better because of it 😜 |
Can you explain how the Encoder switch press event is triggered? 🤔 I will know how to proceed from there. Is this feature similar to #9 |
There's a feature similar to this, check it out here
Sounds interesting, I can build it up on the feature mentioned above 👆 |
Uh oh!
There was an error while loading. Please reload this page.
Hi Forntoh, thank you so much for this great library.
I am trying to get it to work with an ESP32 and 20x4 LCD.
Unfortunately, with the Basic example, it firesd a compiling Error with int the Arduino IDE.
While you look into that, Is there a way to drawMenu on an Event — for example pressing on an Encoder Switch?
This bring me to my next question, I see that there is a setText(), since LcdMenu takes over the LCD, is there a way to print to the LCD other information that is not menu related?
Scenario: The device is displaying some information. User clicks on an encoder switch, the menu shows up — user selects an action, and when it clicks on exit, back to the main screen fully exiting the menu.
Thanks in advance for your help
All reactions