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

drivers: staging: fbtft: Fix fb_ssd1306 driver for 128x32 Display #6691

Open
wants to merge 2 commits into
base: rpi-6.6.y
Choose a base branch
from

Conversation

pawel-soja
Copy link

@pawel-soja pawel-soja commented Feb 27, 2025

The driver incorrectly sets the column and page addresses for a 128x32 display.
Display used is from the Environmental Sensor Board kit.
The final values ​​of the addresses should be:

  • 0x7F for cols because it is 128 - 1
  • 0x03 for rows because it is 32 / 8 (bits, vertical addressing) - 1

Before:
image

After:
image

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

Successfully merging this pull request may close these issues.

1 participant