Noise Displayed on the LCD During Startup #1976
-
I tried TFT_eSPI with two different LCDs (ST7735 128x128 and ST7789 240x240). Both of them show noise/garbage pixels during the initialization phase. I assume the LCD is showing whatever values in the buffer memory before anything being written onto it. I tried filling the entire screen with black color just after initialization. But this only helped reducing the duration of the noise on the display. Is there any workaround for this? Is it possible to clear the memory (by writing all black) before the LCD is initialized. The exact LCD model shown in the image is ER-TFT013-1 from BuyDisplay.com. I am using ESP32 and the default SPI interface with TFT_CS = GPIO15, TFT_DC = GPIO4 and TFT_RST = GPIO16. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The simplest approach is to keep the backlight LEDs off until the display is initialised. |
Beta Was this translation helpful? Give feedback.
The simplest approach is to keep the backlight LEDs off until the display is initialised.