Widget turns on/off with every button press in menu (LCD-Mode 'doublebuffered') #2710
Replies: 2 comments
-
Posted at 2021-08-03 by @gfwilliams Hi - I'm afraid widgets don't work in double-buffered mode, because they're only expecting a single buffer. You can hack around it using:
But every time a widget changes after that, you'll get flickering. You can use a memory-based buffer with |
Beta Was this translation helpful? Give feedback.
-
Posted at 2021-08-03 by AxelRHD Hello Gordon. For the rest of the application the widgets work very well. They only cause problems when drawing the menus. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-08-03 by AxelRHD
As the topic: in LCD-Mode 'doublebuffered' the widget bar at the top turns on and off, every time any button is pressed. Why the menu doesn't fill the whole screen? Is there a solution or workaround?
Minimum example:
Beta Was this translation helpful? Give feedback.
All reactions