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
framebuf documentation
(no description)