Skip to content

stevenferrer/esp32c3-st7735s

 
 

Repository files navigation

esp32c3-st7735s

Fork of nopnop2002/esp-idf-m5stickC (with minimal change) that uses ESP32-C3-mini-1 and 1.8 TFT display.

Requirements

How to build and flash

idf.py set-target esp32c3
idf.py -p PORT flash

TFT display

  • 1.8 TFT 128x160 LCD display (ST7735)

tft display

Tested on the following boards

  • ESP32-C3-mini-1

esp32-c3-mini-1

Connections

  • 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

Original README

See README-m5stickc.md.

References

[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

About

M5StickC ST7735S Driver for esp-idf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Other 0.7%