Skip to content

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

@NickCole99

Description

@NickCole99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions