ILI9486 display produceding loud high frequency noise. #2516
-
Hello, I am working on a project with a ILI9486 and a FT6236. The screen is fully functional, however, the display produces a headache inducing noise around 8708hz. I have attempted at changing the SPI_FREQUENCY to no avail. Lastly I also tried out ILI9488 and ILI9481 which both worked but with some issues. Using the ILI9488 driver the colors are correct except white appears as a lime green. When inverted black appears as a pure white. Finally it produces a much quieter noise at around 7770hz. Just like the ILI9488 driver white on the ILI9481 driver appeared as a lime green. Additionally everything was reversed, however, it produced absolutely no noise! Is there anything I can do to remedy this? Seeing how different drivers affect the noise I believe it should be possible but I don't know where to start. Board I am using: Seeed XIAO ESP32-C3 Setup0.h
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have not encountered this problem. Maybe comment out lines 24 to 31 in the display init code to see if the display registers default to sensible values. Alternatively contact the display vendor and ask for the initialisation sequence and adapt the init code accordingly. |
Beta Was this translation helpful? Give feedback.
I have not encountered this problem.
Maybe comment out lines 24 to 31 in the display init code to see if the display registers default to sensible values.
https://github.com/Bodmer/TFT_eSPI/blob/master/TFT_Drivers/ILI9486_Init.h#L24
Alternatively contact the display vendor and ask for the initialisation sequence and adapt the init code accordingly.