Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two columns of garbage on SH1106 #416

Open
Shdwdrgn opened this issue Nov 26, 2024 · 0 comments
Open

Two columns of garbage on SH1106 #416

Shdwdrgn opened this issue Nov 26, 2024 · 0 comments

Comments

@Shdwdrgn
Copy link

When using a 1.54" OLED based on the SH1106 chip, there are two columns of garbage pixels along one side of the display. These are not reset during a cls() operation nor can they be addressed by pixel manipulation. Reading from other sites suggests that this chip actually has buffer space for a 132x64 display with the 128px OLED width centered in this space, causing the two unused visible columns.

The U8G2 driver appears to have a flag for offsetting the visible display. I am wondering if this driver could also add this ability as a flag that can be set for displays which need it?

  • Library: 4.6.1
  • Platform: ArduinoIDE 1.8.16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant