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
I'm using a 1306 display. I have no problems drawing a horizontal line or angled lines. But vertical lines (or close to vertical) appear as several stacked pixels sometimes with a little flickering in between them. Any ideas on what might be happening here and how to fix?
Thanks!
The text was updated successfully, but these errors were encountered:
@apmiller108 The issue you are experiencing relates to the architecture of ssd1306 hardware. You need to use Double buffering. Please check examples coming with the library.
Hi, thanks for this library. It's great!
I'm using a 1306 display. I have no problems drawing a horizontal line or angled lines. But vertical lines (or close to vertical) appear as several stacked pixels sometimes with a little flickering in between them. Any ideas on what might be happening here and how to fix?
Thanks!
The text was updated successfully, but these errors were encountered: