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

ssd1306 support #2

Closed
chegevarko1982 opened this issue Jan 20, 2024 · 3 comments
Closed

ssd1306 support #2

chegevarko1982 opened this issue Jan 20, 2024 · 3 comments

Comments

@chegevarko1982
Copy link

I would like to be able to assemble a circuit using only ssd1306 disp, I think it would not be difficult to add as an option in the code.
All the best, thanks for your work

@001000010
Copy link

That's the same topic we run in like for the OLED for GNC255 where two different driver should be supported.

There is no real decision how to handle tjis, but oin contrast to the GNC255 these OLED's are unsing I2C.

I will add a check what I2C adress for the port expander is defined in the connector. If the adress is 0x70, than diplays with SH1106 driver are supported. If the adress is set to 0x71 displays with SSD1306 driver are supported. In this case a jumper on the I2C port expander has to be soldered to set adress 0x71 .

I assume that all OLED displays have the same I2C adress of 0x3C, not sure if there are display out with other adresses.

@elral
Copy link
Owner

elral commented Jan 22, 2024

@chegevarko1982 Could you please test the latest version 0.9.0?
By choosing the I2C address you can define the driver for the display (see Readme)

@elral
Copy link
Owner

elral commented Jan 22, 2024

Fixed by PR #3

@elral elral closed this as completed Jan 22, 2024
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

3 participants