adafruit / Adafruit_CircuitPython_framebuf

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

Adds RGB888 Support and optimizes text drawing #34

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

This adds RGB888 Support for neopixels and dotstars. It also optimizes text drawing by not uselessly attempting to draw outside boundaries of the framebuffer.