Skip to content

Initial version of 'soft' framebuf

Compare
Choose a tag to compare
@ladyada ladyada released this 22 Dec 05:30
72d80d6

A few displays like OLEDs use framebuf as an underlying matrix of pixels, we no longer include framebuf in CircuitPython builds (we'll be going to displayio) but this can suffice if you need it. Warning, it's a bit slow since its pure python!