PyDevices / displayif

Native display bus & framebuffer modules

Native display bus and framebuffer modules for pydisplay on MicroPython ports.

Source on GitHub PyDevices

Build as a sibling user C module

git clone https://github.com/micropython/micropython.git
git clone https://github.com/PyDevices/displayif.git

# Build the port with this cmod enabled -- see this repo's
# README / HANDOFF for the exact USER_C_MODULES setup.

Related