Herramientas de usuario

Herramientas del sitio


personas:brolin:proyectos:esp32tft1_4

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
personas:brolin:proyectos:esp32tft1_4 [2020/08/09 22:48] brolinpersonas: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://github.com/unloquer/ESP32TFT1.4
  
   * https://arduino-er.blogspot.com/2020/07/esp32-13-inch-240x240-ips-lcd-st7789.html   * https://arduino-er.blogspot.com/2020/07/esp32-13-inch-240x240-ips-lcd-st7789.html
Línea 6: Línea 8:
  
 # Pin Label Description # Pin Label Description
-1 GND LCD Power ground +  ;############################################################### 
-2 VCC LCD power supply is positive (3.3V+  ; TFT_eSPI library setting here (no need to edit library files)
-3 SCL  LCD SPI bus clock signal connect to ESP32 18 TFT_SCLK +  ;############################################################### 
-4 SDA LCD SPI bus write data signal connect to ESP32 23 TFT_MOSI +  -D USER_SETUP_LOADED=1                        ; Set this settings as valid 
-RES  LCD reset control signal(Low level reset) connect to ESP32 4 TFT_RST +  -D ST7789_DRIVER=1                            ; Select ST7789 driver 
-6 DC   LCD register/data connect to EST32 2 TFT_DC +  -D TFT_WIDTH=240                              ; Set TFT size 
-7 BLK LCD backlight control signal Connect to 3.3V+  -D TFT_HEIGHT=240 
 +  -D TFT_MISO=-1                                ; Define SPI pins 
 +  -TFT_MOSI=19                                ; SDA marcado en la pantalla 
 +  -D TFT_SCLK=18                                ; SCL marcado en la pantalla 
 +  -D TFT_CS=                               
 +  -D TFT_DC=16                                  ; Data/Comand pin 
 +  -D TFT_RST=23                                 ; Reset pin del ESP32 
 +  -D LOAD_GLCD=1                                ; Load Fonts 
 +  -D SPI_FREQUENCY=40000000                     ; Set SPI frequency
 </code> </code>
- 
   * Librería - https://github.com/Bodmer/TFT_eSPI/wiki/Installing-on-PlatformIO   * Librería - https://github.com/Bodmer/TFT_eSPI/wiki/Installing-on-PlatformIO
 +  * Conversores de imágenes -> https://duckduckgo.com/?q=UTFT+ImageConverter+565
  
personas/brolin/proyectos/esp32tft1_4.1597013332.txt.gz · Última modificación: 2020/08/09 22:48 por brolin