Pixelation along two edges of 7735 display #2592
-
Hi, fantastic lib as I'm always telling you! I'm trying a new 7735 screen found here: https://wiki.dfrobot.com/0.96_Inch_160_80_Color_SPI_TFT_Display_SKU_DFR0847#target_6 I have tried all the possible definitions of the 7735:
All of them exhibit this streaking (one doesn't work at all, and some actually have the screen offset by a lot on two sides). One I'm using is #define ST7735_GREENTAB160x80 When the display first powers up, the backlight comes on and there's no streaking, so I don't believe it's a faulty display. Also, for some of the above defines, the streaking is different. Any ideas how to get rid of the streaking? I can't seem to find a way to fix this. Thanks for your tireless support and amazing libraries. I'm a fan for life. Mike |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Same problem here... but on opposite sides... |
Beta Was this translation helpful? Give feedback.
-
I fixed it. In the Init and Rotation files, wherever I found a reference to GREENTAB160x80 with colstart and rowstart, I changed it like this:
|
Beta Was this translation helpful? Give feedback.
-
Hey @phillmj , I had the same problem but on a 128x160 display. How did you arrive at the rowstart and columnstart values? |
Beta Was this translation helpful? Give feedback.
-
I am new in this field and I am using a 144x144 display and I am experiencing Kind of a same issue its just that along with pixelation my screen is also shifted in the same manner |
Beta Was this translation helpful? Give feedback.
I fixed it.
In the Init and Rotation files, wherever I found a reference to GREENTAB160x80 with colstart and rowstart, I changed it like this: