Skip to content

Commit

Permalink
Update epd_driver.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SrLPZ authored Mar 18, 2023
1 parent 87b8ec1 commit 21dae55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/epd_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ void epd_clear();

void epd_poweroff_all();

void epd_scanon();

void epd_scanoff();

/**
* @brief Clear an area by flashing it.
*
Expand Down Expand Up @@ -395,4 +399,4 @@ void write_string(const GFXfont *font, const char *string, int32_t *cursor_x,
#endif
/******************************************************************************/
/*** END OF FILE ***/
/******************************************************************************/
/******************************************************************************/

0 comments on commit 21dae55

Please sign in to comment.