Replies: 9 comments 24 replies
-
Recently, this is the know issue for the ESP32 driving RGB display. Seems idf 5 enhanced so feature to fix this, look forward this will apply to arduino-esp32. |
Beta Was this translation helpful? Give feedback.
-
Have you tried using an Arduino_Canvas? That buffers the output so the screen is updated in a single refresh. |
Beta Was this translation helpful? Give feedback.
-
Same at my end here. Looks like some kind of refresh problem when looking from the side to the display. Tried running in diffent tasks with different priorities and also increased stack size - no change. |
Beta Was this translation helpful? Give feedback.
-
My display also flickers, but only for a few seconds after uploading the program. |
Beta Was this translation helpful? Give feedback.
-
Not sure, if the case is the same. May be if anyone can reconfirm by trying. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
Hello. Just starting to test out this board. Not as yet having much luck with getting the display stable though, as you say, the demo code that it shipped with works like butter. What is the file name of the precompiled binary that you loaded back on to the board? I've not had luck reverting back to the shipped firmware load. Also wondering if anyone has a part number and/or source for the mating connector (prewired would be great) that matches the three 1.5mm spacing connectors around the outside of the board (SPI, UART1/USB, GND/RXD/TXD/5V)? Likewise, the female connector that came with the board does not fit the 1mm spacing GND, 3.3V, IO17, IO18 board connector either, so a source for that is needed is anyone would have a source. Many thanks. |
Beta Was this translation helpful? Give feedback.
-
If of interest, I posted a sketch of a fully functional version of the LVGL_Arduino.ino demo. Link is here. Target is the Sunton ESP32-4827S043C (480 * 272 TFT LED display with capacitive touch) but comments in the sketch are provided to (probably) make it run on the ESP32-8048S043C (pretty much the same board with an 800 * 480 IPS LED panel). |
Beta Was this translation helpful? Give feedback.
-
Video demo of the ESP32-4327S043C running the LVGL v8 Widgets demo (using the dark theme!) at: https://youtu.be/FejIzV66-Z0 |
Beta Was this translation helpful? Give feedback.
-
Hi,
i´m about to use this display, but everything flickers. I try the simple Clock demo or LVGL Demos. Everything is flickering. When i try the precompiled binary from reseller no flickering at all. I cannot find the cause of it. Even my own project is flickering. I have some of this displays and its always the same.
When you look at the display from am angle is seems to be an problem of refresh or something.
Any Idea?
Beta Was this translation helpful? Give feedback.
All reactions