Merge pull request #687 from albertom65/patch-1
Update lilygo_ttgo_t8_s2_st7789.md
This commit is contained in:
commit
c5bed7aaee
1 changed files with 12 additions and 1 deletions
|
|
@ -28,6 +28,17 @@ features:
|
|||
**Schematic:**
|
||||
- [LILYGO Github repository](https://github.com/Xinyuan-LilyGO/LilyGo-T-Display-S2)
|
||||
|
||||
**Board compatibility:**
|
||||
|
||||
This image is working on the TTGO T8 ESP32-S2 V1.1 as well.
|
||||
It's basically the same board as the st7789 just without the display.
|
||||
|
||||
To flash this image use this command:
|
||||
|
||||
esptool.py --chip esp32s2 --port (COMPORT) --baud 115200 write_flash 0x000 "adafruit-circuitpython-lilygo_ttgo_t8_s2_st7789-xx_XX-6.2.0.bin"
|
||||
|
||||
After flashing change the dip switches to OTG mode, when reconnected you should see the CIRCUITPY drive.
|
||||
|
||||
## Contribute
|
||||
|
||||
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
|
||||
|
|
|
|||
Loading…
Reference in a new issue