adafruit / Adafruit_SSD1306

Arduino library for SSD1306 monochrome 128x64 and 128x32 OLEDs
http://www.adafruit.com/category/63_98
Other
1.78k stars 976 forks source link

SPI communication is very slow #257

Open siteswapjuggler opened 1 year ago

siteswapjuggler commented 1 year ago

Hi there I'm working out with a 128x64 SSD1306 Oled breakboard configure in SPI. I'm quiet suprise by the overall slowiness of the library. The display() method seems to take more than 24 ms to execute where it should take less than 2 ms according to the 8 MHz speed declared in the library.

Do I miss something somewhere ? is there a way to speed up things with this library ?

Tested on Arduino Uno and Arduino Pro Micro.