Minimal MicroPython Display System : a tiny SDK for MicroPython - LVGL
Explore GUI development on device with minimum requirements for both software and hardware i.e. ~ 60kB RAM + OLED monochrome display (128x64)
-
GUI app
-
Simulator
-
Tests
-
CI/CD workflow
How to build the simulator and device firmware --> ./build-mplv
Application work tree
mmds/
├── README.md
├── audio
├── device
├── displays
├── fonts
├── gui
├── manifest.py
├── sim
└── tests
Display and Input device integration see docs