adafruit / Adafruit_CircuitPython_framebuf

CircuitPython framebuf module, based on the Python framebuf module
MIT License
39 stars 36 forks source link

Fixed handling tuple from the image function in rgb888 #36

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

I noticed this issue when testing out the image() function and this fixes it.