Closed misiek303 closed 2 years ago
I made some progress. I have digital clock running, but the the screen is very very dark, you can barely see the clock.
Turning #define TFT_BACKLIGHT_ON to LOW, make screen totally black.
Any ideas ?
It needed additional 5V. I guess 3.3v for logic, 5V for BL.
And this to display colors properly define TFT_RGB_ORDER TFT_BGR
Thanks. Nice chatting :)
Glad you found the solution! Apart from the pins the other setup settings should be the same as the RPi Pico.
Pi Pico is very limited and wanted to use ESP32 anyway. But I know the Display works. https://www.waveshare.com/pico-restouch-lcd-2.8.htm
I switched to ESP32 WROVER but I got black screen. This screen supposed to work with ST7789.
my User_setup.h
define ST7789_DRIVER
**#define TFT_MISO 19
define TFT_MOSI 23
define TFT_SCLK 18
define TFT_CS 21
define TFT_DC 2
define TFT_RST 4**
define LOAD_GLCD
define LOAD_FONT2
define LOAD_FONT4
define LOAD_FONT6
define LOAD_FONT7
define LOAD_FONT8
define LOAD_GFXFF
define SMOOTH_FONT
define SPI_FREQUENCY 8000000L
define SPI_READ_FREQUENCY 2000000
define SPI_TOUCH_FREQUENCY 2500000
Any ideas ?