adafruit / Adafruit_CircuitPython_framebuf

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

Missing support for RGB565 #47

Open FlashStopFall opened 2 years ago

FlashStopFall commented 2 years ago

adafruit_framebuf.py looks like it has some code stubs for 16-bit displays, but there isn't a RGB565Format class implemented.

philsuth commented 2 years ago

As it happens I've just implemented one - have just made a pull request. I'd welcome some additional testing.