(SOLVED) Esp32 with Spi İLİ9481 vertical flickering banding #1755
Replies: 4 comments 12 replies
-
If the banding moves then this suggests the supply voltage is not stable. It is not something I have seen before. Another possibility is that the display is not an ILI9481 since each controller has many parameters that affect display quality. |
Beta Was this translation helpful? Give feedback.
-
Are you using PWM to control the backlight brightness? If so then the PWM frequency may be aliasing with the screen refresh scan. Are there any activities the software on the processor does that is modulating the screen brightness? Are you using long or short wires for power and ground? |
Beta Was this translation helpful? Give feedback.
-
There are a number of ILI9481 init sequences that can be invoked, as detailed here. You could try each init sequence and see if there is one that works better. You must only enable 1 init sequence at a time. |
Beta Was this translation helpful? Give feedback.
-
Please change " TFT_eSPI-2.4.45\TFT_Drivers\ILI9481_Init.h" side at first word ,they have six init sequence,you can try |
Beta Was this translation helpful? Give feedback.
-
Hello, my problem is vertical flickering banding. i using TFT_Espi and i selecting ILI9481 but i get vertical flickering banding. how can i solve this problem
Beta Was this translation helpful? Give feedback.
All reactions