PyDevices / graphics

Native FrameBuffer / Area module

Native all-C graphics module (FrameBuffer, Area) for MicroPython, CircuitPython, and CPython.

Source on GitHub PyDevices

Build as a cmod, or install the CPython package

# As a user C module (MicroPython / CircuitPython):
git clone https://github.com/PyDevices/graphics.git
# Build the port with this cmod enabled.

# CPython:
pip install graphics-cmod   # where published

Related