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

Check if we can make the display code faster #44

Open
tuxBurner opened this issue Sep 3, 2017 · 1 comment
Open

Check if we can make the display code faster #44

tuxBurner opened this issue Sep 3, 2017 · 1 comment

Comments

@tuxBurner
Copy link
Contributor

tuxBurner commented Sep 3, 2017

The display code is really slow and already token to an own sub node js process so it will not block the main loop.

Perhaps we should also take a look at noopkat/oled-js#114
Also we should check if the i2c or spi modules have speed diffrents

https://hackaday.com/2018/05/08/push-it-to-the-limit-ssd1306-at-150-fps/

@normen
Copy link

normen commented Apr 8, 2018

The main issue is that you send the data byte by byte, heres a commit in my fork of a fork that made the library MUCH faster. Now it performs similar to the C library I used before.

normen/rpi-oled@bd46541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants