clockfont_mono_082

This commit is contained in:
e2002
2023-03-13 23:09:03 +03:00
parent 81e900c03c
commit 63d8d940ef
10 changed files with 39 additions and 38 deletions

View File

@@ -159,7 +159,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight,
}
void DspCore::clearClock(){
dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth, clockTimeHeight, config.theme.background);
dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth, clockTimeHeight+1, config.theme.background);
}
void DspCore::startWrite(void) { }