Skip to content

Commit

Permalink
Merge pull request #127 from mcer12/master
Browse files Browse the repository at this point in the history
Fix for the display not working after wakeup from deep sleep
  • Loading branch information
vroland committed Nov 28, 2021
2 parents e0e11fc + d13217a commit e0da410
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/epd_driver/render.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ void epd_clear_area_cycles(EpdRect area, int cycles, int cycle_time) {


void epd_init(enum EpdInitOptions options) {

gpio_hold_dis(CKH); // freeing CKH after wakeup

epd_base_init(EPD_WIDTH);
epd_temperature_init();

Expand Down

0 comments on commit e0da410

Please sign in to comment.