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
extmod/modframebuf: add XRGB8888 format
extmod
This adds a 32-bit per pixel XRGB format to the framebuf module.
This format is seen in some Linux display drivers.