Search found 2 matches
- Tue Jun 02, 2020 1:43 pm
- Forum: ESP32 Arduino
- Topic: SPI to drive TFT LCD not working - bootloader problem?
- Replies: 3
- Views: 4686
Re: SPI to drive TFT LCD not working - bootloader problem?
Dear Chegewara: Thanks very much for your support. After several days attempting to solve the problem, finally we got it. It is related with the GPIO0, that by some reason can not be used to control the A0/DC pin of the TFT. As a GPIO pin, it works perfectly well (we tested it using the blink projec...
- Mon Jun 01, 2020 9:49 pm
- Forum: ESP32 Arduino
- Topic: SPI to drive TFT LCD not working - bootloader problem?
- Replies: 3
- Views: 4686
SPI to drive TFT LCD not working - bootloader problem?
Hi: I appreciate any help for this problem. I have an ESP32-SOLO DevKitC V4, with a TFT LCD Module (ST7735) connected by SPI to the pins: CS - GPIO17 RST - GPIO2 A0/DC - GPIO0 CLK - GPIO27 MOSI/SDA - GPIO4 Operating perfectly well. In my customized PCB board, I am using the same chip (ESP-SOLO) with...