Skip to content

Commit dccd914

Browse files
committed
adds installation instructions for idf.py
1 parent f6e3437 commit dccd914

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@
1616
- UI / Widgets : [LVGL 8.x](https://github.com/lvgl/lvgl)
1717
- Framework : [ESP-IDF](https://github.com/espressif/esp-idf/)
1818

19+
20+
## idf.py
21+
22+
Install `idf.py` toolset by using the guide:
23+
24+
* Linux/Mac:
25+
* https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html
26+
* Windows:
27+
* https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/windows-setup.html
28+
29+
On mac/linux activat the `idf.py` environment by using:
30+
31+
* `. ~/esp/esp-idf/export.sh`
32+
33+
The `idf.py` tool should now be available.
34+
1935
## Screens
2036
1. HOME (you can add more widgets here)
2137
2. REMOTE (Sample App screen where you can have your own)
@@ -217,4 +233,3 @@ message(STATUS "---------------------------------------")
217233
[FREE - WT32-SC01 - 3D enclosure on Cults3d by DUANEORTON](https://cults3d.com/en/3d-model/tool/desk-enclosure-for-wt32-sc01)
218234
[PAID - WT32-SC01 - 3D enclosure on Cults3d by PRINTMINION](https://cults3d.com/en/design-collections/printminion/various-cases-for-wt32-sc01-by-wireless-tag)
219235
[PAID - WT32-SC01 - 3D enclosure on Cults3d by TOMCASA](https://cults3d.com/en/3d-model/gadget/boite-pour-wt32-sc01-esp32-tft-tactile)
220-

0 commit comments

Comments
 (0)