adafruit / Adafruit_CircuitPython_RGB_Display

Drivers for RGB displays for Adafruit CircuitPython.
MIT License
132 stars 52 forks source link

Make the SPI displays a little bit faster #15

Closed deshipu closed 6 years ago

deshipu commented 6 years ago

Setting the SPI bus speed to 12MHz by default. Due to a bug in CP 2.x, that's the maximum speed supported on all boards. When it's fixed, 24MHz should be possible.