Don't need to clear the screen after fixing bug
This commit is contained in:
parent
2a0ad1cb14
commit
0a59564d25
2 changed files with 0 additions and 8 deletions
|
@ -110,10 +110,6 @@ void Menu::Redraw(bool partialRefresh)
|
|||
return;
|
||||
}
|
||||
|
||||
if (!partialRefresh) {
|
||||
m_display->clearScreen();
|
||||
}
|
||||
|
||||
m_display->setFullWindow();
|
||||
m_display->fillScreen(GxEPD_WHITE);
|
||||
|
||||
|
|
|
@ -70,10 +70,6 @@ void WatchFace::DrawWatchFace(bool partialRefresh)
|
|||
|
||||
m_display.setFullWindow();
|
||||
|
||||
if (!partialRefresh) {
|
||||
m_display.clearScreen();
|
||||
}
|
||||
|
||||
m_display.fillScreen(GxEPD_WHITE);
|
||||
DrawBatteryIcon();
|
||||
|
||||
|
|
Loading…
Reference in a new issue