personas:brolin:proyectos:esp32tft1_4
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Próxima revisión | Revisión previa | ||
| personas:brolin:proyectos:esp32tft1_4 [2020/08/09 22:36] – creado brolin | personas:brolin:proyectos:esp32tft1_4 [2020/08/10 04:11] (actual) – brolin | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| ====== ESP32 + Display TFT 1.4 240x240 ====== | ====== ESP32 + Display TFT 1.4 240x240 ====== | ||
| + | |||
| + | **Repositorio: | ||
| * https:// | * https:// | ||
| Línea 6: | Línea 8: | ||
| # Pin Label Description | # Pin Label Description | ||
| - | 1 GND LCD Power ground | + | ;############################################################### |
| - | 2 VCC LCD power supply is positive | + | ; TFT_eSPI library setting here (no need to edit library files): |
| - | 3 SCL LCD SPI bus clock signal | + | ;############################################################### |
| - | 4 SDA LCD SPI bus write data signal | + | -D USER_SETUP_LOADED=1 |
| - | 5 RES LCD reset control signal(Low level reset) | + | -D ST7789_DRIVER=1 |
| - | 6 DC LCD register/ | + | -D TFT_WIDTH=240 |
| - | 7 BLK LCD backlight control signal | + | -D TFT_HEIGHT=240 |
| + | -D TFT_MISO=-1 | ||
| + | | ||
| + | -D TFT_SCLK=18 | ||
| + | -D TFT_CS=5 | ||
| + | -D TFT_DC=16 | ||
| + | -D TFT_RST=23 ; Reset pin del ESP32 | ||
| + | -D LOAD_GLCD=1 | ||
| + | -D SPI_FREQUENCY=40000000 | ||
| </ | </ | ||
| + | * Librería - https:// | ||
| + | * Conversores de imágenes -> https:// | ||
personas/brolin/proyectos/esp32tft1_4.1597012571.txt.gz · Última modificación: por brolin
