MUI mechanic question #2349
-
Hi! I added two Serial.PrintLn lines to understand how is it working. P.S. Continue enjoying your library, now playing with memory optimization, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Probably you have used the u8g2 page mode constructor (underscore 1 underscore). |
Beta Was this translation helpful? Give feedback.
Probably you have used the u8g2 page mode constructor (underscore 1 underscore).
If you would use the double page constructor (underscore 2 underscore) you will end up with only 4 redraws.
Using the full buffer constructor (underscore F underscore) will only require 1 redraw.