adafruit / Adafruit_CircuitPython_RGB_Display

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

Add image() support, big buffer on CPython and some linux demos pt.2 #28

Closed caternuson closed 4 years ago

caternuson commented 4 years ago

This is a continuation of #27 with only tweaks as needed to pass Travis.

The logic dealing with setting _BUFFER_SIZE had to change a fair amount.