Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 0 additions & 34 deletions .clang-format

This file was deleted.

5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.pio
.vscode
build
managed_components

CMakeLists.txt
34 changes: 0 additions & 34 deletions CMakeLists.txt

This file was deleted.

16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@

M5Dial user demo for hardware evaluation.

### Tool Chains

[ESP-IDF v5.1.3](https://docs.espressif.com/projects/esp-idf/en/v5.1.3/esp32s3/index.html)
## Toolkit
[PlatformIO Core](http://docs.platformio.org/page/core.html)

### Build

```bash
git clone https://github.com/m5stack/M5Dial-UserDemo.git
cd M5Dial-UserDemo
idf.py build
# Build project
$ pio run

# Upload firmware
$ pio run --target upload

# Clean build files
$ pio run --target clean
```
Binary file removed assets/images/what-you-need.png
Binary file not shown.
6 changes: 0 additions & 6 deletions components/LovyanGFX/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions components/LovyanGFX/CMakeLists.txt

This file was deleted.

Loading