You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
012f7a9576
Signed-off-by: luoweiyuan <luoweiyuan@m5stack.com>
user file system directory structure
├── README.md ----> this file
├── apps ----> user app scripts
│ └── helloworld.py
├── boot.py ----> secondary boot file
├── libs ----> libraries
│ ├── README.md
│ └── __init__.py
├── main.py ----> main file
└── res ----> resource files
├── font ----> font files
│ └── README.md
└── img ----> image files
├── README.md
├── default.jpg
├── default.png
├── uiflow.bmp
├── uiflow.jpg
└── uiflow.png
└── ...