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

Buffered graphics paging issues. #204

Open
mbaraa opened this issue Dec 19, 2023 · 0 comments
Open

Buffered graphics paging issues. #204

mbaraa opened this issue Dec 19, 2023 · 0 comments

Comments

@mbaraa
Copy link

mbaraa commented Dec 19, 2023

  • Version of ssd1306 in use (if applicable): 0.8.4
  • MCU/other hardware in use: RP2040 (Raspberry Pi Pico W)
  • Display resolution and interface: I2C, 128x64

Description of the problem/feature request/other

Paging is not working properly (actually not working at all) in buffered graphics, where it only draws on the same line over and over.

I tried changing the addressing mode with

display.set_addr_mode(AddrMode::Horizontal).unwrap();

And had no luck with it, so here I am.

However text mode works perfectly, with rotation, brightness, etc... it's just the buffered graphics that's not working, I'm not sure if it's from the HAL I'm using for the pico, but I have tried several displays and picos, same results.

Here's a picture of how the display looks with the text i2c code
PXL_20231219_094245673.MP~2.jpg

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