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

Add SH1106 OLED driver #590

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Add SH1106 OLED driver #590

merged 1 commit into from
Feb 21, 2024

Conversation

nullobject
Copy link
Contributor

@nullobject nullobject commented Aug 23, 2023

This PR adds a driver for the SH1106 OLED display.

The SH1106 is functionally equivalent to the SSD130x, but uses a 132x64 display buffer. This means that we need to override the Update method to render into the larger display buffer correctly.

@beserge
Copy link
Contributor

beserge commented Feb 21, 2024

Looks good to me! Tested compilation. I don't have a device on hand to test more thoroughly than that, but it looks like it's working well for you.

@beserge beserge merged commit 5a0a37f into electro-smith:master Feb 21, 2024
@nullobject nullobject deleted the sh1106 branch February 21, 2024 21:11
@atoav
Copy link
Contributor

atoav commented Feb 22, 2024

I can approve that this works on actual hardware, thanks for the work.

This pull request was closed.
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.

3 participants