You've already forked M5Tab5-UserDemo
mirror of
https://github.com/m5stack/M5Tab5-UserDemo.git
synced 2026-05-20 11:38:10 -07:00
1.4 KiB
1.4 KiB
M5Tab5 User Demo
User demo source code of M5Tab5.
Build
Fetch Dependencies
python ./fetch_repos.py
Desktop Build
Tool Chains
sudo apt install build-essential cmake libsdl2-dev
Build
mkdir build && cd build
cmake .. && make -j8
Run
./desktop/app_desktop_build
IDF Build
Tool Chains
Build
cd platforms/tab5
idf.py build
Flash
idf.py flash
Acknowledgments
This project references the following open-source libraries and resources:
- https://github.com/lvgl/lvgl
- https://www.heroui.com
- https://github.com/Forairaaaaa/smooth_ui_toolkit
- https://github.com/Forairaaaaa/mooncake
- https://github.com/Forairaaaaa/mooncake_log
- https://github.com/alexreinert/piVCCU/blob/master/kernel/rtc-rx8130.c
- https://components.espressif.com/components/espressif/esp_cam_sensor
- https://components.espressif.com/components/espressif/esp_ipa
- https://components.espressif.com/components/espressif/esp_sccb_intf
- https://components.espressif.com/components/espressif/esp_video
- https://components.espressif.com/components/espressif/esp_lvgl_port
- https://github.com/jarzebski/Arduino-INA226
- https://github.com/boschsensortec/BMI270_SensorAPI