Skip to content

Commit 6d177c5

Browse files
authored
Merge pull request #865 from fabaff/patch-1
Add DIP switches position
2 parents 1ae5fa3 + 278c9b6 commit 6d177c5

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

_board/lilygo_ttgo_t8_s2_st7789.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ features:
2727
- on/off power switch
2828
- reset and boot button
2929
- onboard 32.768kHz crystal oscillator
30-
- USB type-C connector
30+
- USB-C connector
3131

3232
**Schematic:**
3333
- [LILYGO Github repository](https://github.com/Xinyuan-LilyGO/LilyGo-T-Display-S2)
3434

3535
**Board compatibility:**
3636

3737
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.
3939

4040
To flash this image use this command:
4141

@@ -44,4 +44,13 @@ esptool.py --chip esp32s2 --port (COMPORT) --baud 115200 write_flash 0x000 \
4444
adafruit-circuitpython-lilygo_ttgo_t8_s2_st7789-xx_XX-X.Y.Z.bin
4545
```
4646

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+
```

0 commit comments

Comments
 (0)