mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 23:48:07 +01:00
Fix clear msg area
This commit is contained in:
parent
5d95838769
commit
83baacdfa4
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ bool fileIsValid(String fileName) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void clearMessageArea() {
|
void clearMessageArea() {
|
||||||
display.drawRect(SCREEN_MSG_X, SCREEN_MSG_Y, SCREEN_WIDTH - SCREEN_MSG_X, SCREEN_HEIGHT - SCREEN_MSG_Y, BLACK);
|
display.fillRect(SCREEN_MSG_X, SCREEN_MSG_Y, SCREEN_WIDTH - SCREEN_MSG_X, SCREEN_HEIGHT - SCREEN_MSG_Y, BLACK);
|
||||||
display.display();
|
|
||||||
display.setCursor(SCREEN_MSG_X, SCREEN_MSG_Y);
|
display.setCursor(SCREEN_MSG_X, SCREEN_MSG_Y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue