Fork of nopnop2002/esp-idf-m5stickC (with minimal change) that uses ESP32-C3-mini-1 and 1.8 TFT display.
- esp-idf v5.x
idf.py set-target esp32c3
idf.py -p PORT flash
- 1.8 TFT 128x160 LCD display (ST7735)
- ESP32-C3-mini-1
- ESP32-C3, see [1] and [2].
1.8 TFT | ESP32-C3 |
---|---|
LED / Backlight | 3.3v |
SCK / SPI clock | IO6 |
SDA / SPI data | IO7 |
A0 / Data command | IO4 |
Reset | RST |
CS / Chip select | IO10 |
GND / Ground | Ground |
VCC | 3.3v |
See README-m5stickc.md.
[1]: Espressif, ESP32-C3-mini-1 datasheet, version 2.0, page 11, section 3.2, Pin Description, Table 3: Pin Definitions, pdf
[2]: Espressif, ESP32-C3 reference manual, version 1.3, page 611, section 27.5.2, FSPI Bus Signal Mapping, pdf