adafruit / Adafruit-SSD1351-library

Adafruit library for the 1.27" and 1.5" color OLEDs in the shop
http://www.adafruit.com/products/1431
Other
112 stars 50 forks source link

On fast processors uses a SPI transaction to ensure that the data are not sent too fast to the screen. #11

Closed mkende closed 5 years ago

mkende commented 8 years ago

This changes was tested on a Teensy 3.2 running at 96 MHz and using the native SPI interface. That speed usually result in garbage on the OLED screen. Using a SPI transaction to limit the speed of the communication result in a correct display.

ladyada commented 5 years ago

hiya we just tested latest version on teensy 3.6 so we think our SPI refactor has fixed it,