This project is a port of M5Unified for the AtomVM platform.
- Install ESP-IDF SDK 5.2
- Checkout atomvm
- Within
src/platform/esp32/components
, checkout M5Unified - Within
src/platform/esp32/components
, checkout M5GFX - Within
src/platform/esp32/components
, checkout this project - Activate ESP-IDF environment and within
src/platform/esp32/
runidf.py build
Please refer to examples and API documentation.