Search found 2 matches
- Sun Nov 06, 2022 2:26 am
- Forum: ESP32 Arduino
- Topic: ESP32 + TFT not working - Screen Blank - Help!
- Replies: 3
- Views: 3380
Re: ESP32 + TFT not working - Screen Blank - Help!
The background light flickers when I press the reset button. I have also tried with a different library and still no success. I double-checked the pins but had no success. Any ideas? #include <Arduino_GFX_Library.h> #define TFT_SCK 18 #define TFT_MOSI 23 #define TFT_MISO 19 #define TFT_CS 15 #define...
- Fri Nov 04, 2022 5:19 am
- Forum: ESP32 Arduino
- Topic: ESP32 + TFT not working - Screen Blank - Help!
- Replies: 3
- Views: 3380
ESP32 + TFT not working - Screen Blank - Help!
Hi, I am trying to do this project: https://electropeak.com/learn/interfacing-2-8-inch-tft-lcd-touch-screen-with-esp32/ I have an ESP32S and a TFT SP1 2.8. I installed the TFT_eSPI libraries (using arduino ide) and edit the USER_SETUP file with the appropriate PINS and versions (I believe). However,...