Skip to content

Commit

Permalink
Clear display before drawing when refreshing the menu; fixes forntoh#264
Browse files Browse the repository at this point in the history
  • Loading branch information
mriveralee committed Jan 4, 2025
1 parent d9c94bc commit 4b8a050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LcdMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ void LcdMenu::refresh() {
if (!enabled) {
return;
}
renderer.display->clear();
screen->draw(&renderer);
}

0 comments on commit 4b8a050

Please sign in to comment.