scrambled text / pixels, sometimes #2779
Replies: 1 comment
-
Tried a different display with the same controller. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I got this peculiar error, that most of the time I start the MCU the text is scrambled. But sometimes it isn't
This seems to affect fonts and also some draw methods of TFT_eSPI.
The pictures below show text being written and a Wi-Fi symbol being drawn, once with
smoothArc
and one by my older custom implementation. My method of drawing the symbol seems to be unaffected by the error.I have tried different SPI frequencies without any luck.
The Display is a
kmrtm28028-spi
with theILI9341
hooked up to anESP32
This is my
setup.h
This is my
constructor
This is how it's supposed to look. 1/10 times I reboot the ESP32



Sometimes the first "row" of pixels is scrambled
Sometimes everything is scrambled
Beta Was this translation helpful? Give feedback.
All reactions