File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ features:
27
27
- on/off power switch
28
28
- reset and boot button
29
29
- onboard 32.768kHz crystal oscillator
30
- - USB type -C connector
30
+ - USB-C connector
31
31
32
32
** Schematic:**
33
33
- [ LILYGO Github repository] ( https://github.com/Xinyuan-LilyGO/LilyGo-T-Display-S2 )
34
34
35
35
** Board compatibility:**
36
36
37
37
This image is working on the TTGO T8 ESP32-S2 V1.1 as well.
38
- It's basically the same board as the st7789 just without the display.
38
+ It's basically the same board as the ST7789 just without the display.
39
39
40
40
To flash this image use this command:
41
41
@@ -44,4 +44,13 @@ esptool.py --chip esp32s2 --port (COMPORT) --baud 115200 write_flash 0x000 \
44
44
adafruit-circuitpython-lilygo_ttgo_t8_s2_st7789-xx_XX-X.Y.Z.bin
45
45
```
46
46
47
- After flashing change the dip switches to OTG mode, when reconnected you should see the CIRCUITPY drive.
47
+ After flashing change the DIP switches (the ones closer to the USB-C connector) to OTG mode, when reconnected you should see the CIRCUITPY drive.
48
+
49
+ ``` text
50
+ USB OTG
51
+
52
+ On On
53
+ o o o o
54
+ o o o o
55
+ 1 2 3 4 1 2 3 4
56
+ ```
You can’t perform that action at this time.
0 commit comments