QUERY · ISSUE
framebuf module : Add support for rotation
enhancement
Add support for setting the rotation a frame buffer in the micropython framebuf module.
Currently the orientation of a display is limited by it's physical rotation. The best method I found to rotate a display is to use the adafruit circuitpython framebuf implementation instead of the native micropython one as it does allow for setting rotation.
CANDIDATE · PULL REQUEST
Add support for MSB vertical mode
Some simple edits to the standard framebuf module to support the idea of an MSB vertical mode.