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

@@ -130,7 +130,7 @@ void DspCore::printClock(uint16_t top, uint16_t rightspace, uint16_t timeheight,
}
void DspCore::clearClock(){
dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+CHARWIDTH*3*2+24, clockTimeHeight+10+CHARHEIGHT, config.theme.background);
dsp.fillRect(_timeleft, clockTop-clockTimeHeight, _timewidth+CHARWIDTH*3*2+24, clockTimeHeight+11+CHARHEIGHT, config.theme.background);
}
void DspCore::startWrite(void) {