Skip to content

MUI mechanic question #2349

Answered by olikraus
ViacheslavK9 asked this question in Q&A
Jan 14, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

So, one time next button = 8 times redraw? Could you say please, why is that?

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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ViacheslavK9
Comment options

@olikraus
Comment options

Answer selected by ViacheslavK9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants