adafruit / Adafruit_CircuitPython_RGB_Display

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

Use a 512 bytes buffer for the fill operations #9

Closed deshipu closed 6 years ago

deshipu commented 6 years ago

Right now we are using 1024 bytes (512 16-bit pixels), and it doesn't really give us any speed advantage, since the DMA buffer is only 512 bytes anyways.