Skip to content

Commit

Permalink
Update ed047tc1.c
Browse files Browse the repository at this point in the history
  • Loading branch information
SrLPZ authored Mar 17, 2023
1 parent deae2d2 commit 1416878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ed047tc1.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ void epd_poweron()

void epd_poweroff()
{
config_reg.ep_scan_direction = false;
config_reg.pos_power_enable = false;
push_cfg(&config_reg);
busy_delay(10 * 240);
Expand Down Expand Up @@ -261,4 +262,4 @@ uint8_t * IRAM_ATTR epd_get_current_buffer()

/******************************************************************************/
/*** END OF FILE ***/
/******************************************************************************/
/******************************************************************************/

0 comments on commit 1416878

Please sign in to comment.