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
107 stars 49 forks source link

Corrected default SPI frequency for NRF52840 #36

Closed Archer36 closed 1 year ago

Archer36 commented 1 year ago

Updated the default SPI frequency section of Adafruit_SSD1351.cpp to include a new default frequency for the NRF52840 devices.

No known limitations.

Originally could not get the 1.5" OLED working on my Adafruit NRF52840 Express board. It would work with software SPI and would work under CircuitPython. After a number of tests I discovered that the default SPI frequency was being set too high and would cause the display not to function. After making this change my 1.5" OLED works properly with my Adafruit NRF52840 Express board.