-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32-4848S040CIY3 flickering screen will performing update #161
Comments
Think interrupts are disabled during wifi, or running on the same core as wifi? |
im not pinning connect to wifitask to a core, the update is running on core0 as a task that gets deleted when update found. |
tired a few things nothing seems to work, any pointers. |
Tweaking the PCLK might also help reducing the flicker.. |
|
Any progress? |
didnt get anywhere still flickering.... |
The screen is refreshed using I2S. I suspect wifi influences the timing and causes flickering... |
ok thanks, anything i can do i tried a few things still the same. |
I have found the same problem Here is explained and solved but needs changes in ESP IDF https://forum.lvgl.io/t/display-glitching-while-connecting-to-wifi-esp32s3-8048s043/12075/33 @rzeldent Do you think we can integrate this? checked for bounce_buffer_size_bytes in current version but I imagine the used IDF version is 4.4 |
Im using esp32-4848S040CIY3, whilst performing an update the screen is flickering. Im using LVGL and calling a function to do OTA. I also get a slight flicker when connecting to wifi, or it seems so, not sure whats causing this.
Thanks
The text was updated successfully, but these errors were encountered: