This commit is contained in:
e2002
2025-01-17 14:44:21 +03:00
parent e4175e8a8e
commit 3f5562b4c7
7 changed files with 26 additions and 8 deletions

View File

@@ -268,7 +268,10 @@ void Display::_swichMode(displayMode_e newmode) {
_mode = newmode;
dsp.setScrollId(NULL);
if (newmode == PLAYER) {
_clock.moveBack();
if(player.isRunning())
_clock.moveTo(clockMove);
else
_clock.moveBack();
#ifdef DSP_LCD
dsp.clearDsp();
#endif