Skip to content
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

Open
d4rkdpg opened this issue Apr 26, 2024 · 10 comments
Open

esp32-4848S040CIY3 flickering screen will performing update #161

d4rkdpg opened this issue Apr 26, 2024 · 10 comments
Assignees
Labels
question Further information is requested

Comments

@d4rkdpg
Copy link

d4rkdpg commented Apr 26, 2024

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

@rzeldent
Copy link
Owner

Think interrupts are disabled during wifi, or running on the same core as wifi?

@d4rkdpg
Copy link
Author

d4rkdpg commented Apr 26, 2024

im not pinning connect to wifitask to a core, the update is running on core0 as a task that gets deleted when update found.

@d4rkdpg
Copy link
Author

d4rkdpg commented Apr 29, 2024

tired a few things nothing seems to work, any pointers.

@rzeldent
Copy link
Owner

Tweaking the PCLK might also help reducing the flicker..

@d4rkdpg
Copy link
Author

d4rkdpg commented Apr 29, 2024

  "'-D ST7701_PANEL_CONFIG_TIMINGS_PCLK_HZ=(12.5*1000000)'",  here? what should I reduce it to.

@rzeldent
Copy link
Owner

rzeldent commented May 7, 2024

Any progress?

@rzeldent rzeldent added the question Further information is requested label May 7, 2024
@rzeldent rzeldent self-assigned this May 7, 2024
@d4rkdpg
Copy link
Author

d4rkdpg commented May 10, 2024

didnt get anywhere still flickering....

@rzeldent
Copy link
Owner

The screen is refreshed using I2S. I suspect wifi influences the timing and causes flickering...

@d4rkdpg
Copy link
Author

d4rkdpg commented Jun 17, 2024

ok thanks, anything i can do i tried a few things still the same.

@xperiments
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants