You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: