You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: