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

Problems coming after restart or deep sleep with ESP32 (7.3inch E Ink Spectra 6) #372

Open
NickCole99 opened this issue Dec 28, 2024 · 0 comments

Comments

@NickCole99
Copy link

Hello,

after running the default driver code on ESP32 for the 7.3inch E Ink Spectra 6 if you restart the device or exit deep sleep the screen will take 45 seconds to update instead of the usual 12. Please could this be looked into as I've not been able to find a solution.

Put this at the end of the default driver code and the screen will take 45+ seconds on every update.
esp_sleep_enable_timer_wakeup(20 * 1000000); //20 Seconds
esp_deep_sleep_start();

Thank you

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

No branches or pull requests

1 participant