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