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 ST7565 / ST7567 displayio driver #214

Merged
merged 1 commit into from
May 30, 2024
Merged

Add ST7565 / ST7567 displayio driver #214

merged 1 commit into from
May 30, 2024

Conversation

mateusznowakdev
Copy link
Contributor

This PR adds the ST7565 displayio driver, based on the framebuf implementation found in the main Adafruit bundle. The init sequence is the same.

I've tested it with the ST7567 128x64 display I have, and it works just fine (except for the initial bias value but I've added a setter for this as well). Since ST7565 and ST7567 are very similar (if not the same), this driver should be compatible with both.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit fc8ed24 into adafruit:main May 30, 2024
1 check passed
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.

2 participants