Skip to content

Commit

Permalink
Merge pull request #79 from thijstriemstra/patch-5
Browse files Browse the repository at this point in the history
add public reset method
  • Loading branch information
forntoh authored Apr 9, 2023
2 parents 0e93a7f + 05cb91a commit a890bdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/LcdMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,12 @@ class LcdMenu {
drawMenu();
drawCursor();
}
/**
* Reset the display
*/
void resetMenu() {
this->reset(false);
}
/**
* Execute an "up press" on menu
* When edit mode is enabled, this action is skipped
Expand Down

0 comments on commit a890bdd

Please sign in to comment.