You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't call oled.switchRenderFrame();
That's for choosing which half of the memory to show on 128x32 displays.
On a 128x64 display, you typically want to display all the memory all the time.
Hey,
I'm trying your amazing lib to my oled 128x64 screen and my ATTINY85 but I have a little problem with battery animation, take a look:
How can I center my bitmap? I tried to increase the Y but it not work.
It seems I have a problem with a double buffer...
Thanks for your help
The text was updated successfully, but these errors were encountered: