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-8048S070C Slowing becoming unresponsive #166

Open
lesintheusa opened this issue May 7, 2024 · 3 comments
Open

esp32-8048S070C Slowing becoming unresponsive #166

lesintheusa opened this issue May 7, 2024 · 3 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@lesintheusa
Copy link

Firstly What a great Project I love it :) How do I contribute some cash to say Thank you.

The problem I am experiencing is when I run only the LGVL Portion nothing else.
At startup, it works fine. However gradually over time the CPU usage drops gradually and after about 12 hours the CPU% is around 1% and the display becomes unresponsive.
Is there a setting I am missing or is it a bug?
I am using Squareline to Create my screens and placing the Squareline code in the UI folder.

Best Regards Les

@rzeldent
Copy link
Owner

rzeldent commented May 7, 2024

Hi Les,

You're using the demo application?

This sounds like a memory leak. However, there is also the LVGL memory usage on the left.
I suggest to add logging to display the available memory so this can be ruled out....

This logging is already present in the startup() function.
So write down the free memory at the start and display this again in the loop() function.

@rzeldent rzeldent added bug Something isn't working question Further information is requested labels May 7, 2024
@rzeldent rzeldent self-assigned this May 7, 2024
@lesintheusa
Copy link
Author

lesintheusa commented May 9, 2024 via email

@rzeldent
Copy link
Owner

Hi Les,

Nice to hear that the issue is resolved. I think the issue can be closed?

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

No branches or pull requests

2 participants