Flickering when in edit mode #177
Replies: 2 comments
-
@luca-trifan I haven't experienced this personally, I use the Uno for testing, nevertheless, there are is going to be a release in the next month or two (v4.3.0), in this version, drawing on the menu has be optimised so you should see an improvement. If after that you're still experiencing the same thing, please open a bug issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If the issue is still present when using a latest release, please open an issue. |
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
-
I have been working with LcdMenu on an ESP32 along with a standard 4x4 keypad and a 20x4 LCD display. Everything seems to be working fine, except when in edit mode, where the screen (especially the line that is being edited as well as the lines below it) start flickering. I can reduce the flickering partially by adding a delay in the loop, but that makes it sluggish. I have also tried using
processMenuCommand()
but the same thing happened. Furthermore, I tried usingisInEditMode()
to condition keypad polling withkeypad.waitForKey()
, but that just froze my program.Is there anything I am missing?
infoScreen()
is just a bunch of print statements I use for displaying some status information when the menu is not activeBeta Was this translation helpful? Give feedback.
All reactions