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

screen refresh speed improvement #1

Open
jbeale1 opened this issue Nov 30, 2022 · 1 comment
Open

screen refresh speed improvement #1

jbeale1 opened this issue Nov 30, 2022 · 1 comment

Comments

@jbeale1
Copy link

jbeale1 commented Nov 30, 2022

This may not be important, but if you want the display to refresh faster, you can remove all the separate screen updates which are now done at the end of every single character in this library, and do it only once after drawing the full set up words or numbers you are updating. I found this to look a lot better in my application.

@kwankiu
Copy link

kwankiu commented Jan 14, 2024

I have fixed this in my implementation based on this library. You may want to check it out :

https://github.com/kwankiu/ssd1306wrap

PS: I can also submit a PR of my implementation and features added if @nickpmulder is interested in updating and maintaining this library.

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

2 participants