Improved backlight sync with optimization service

This commit is contained in:
Serge
2023-06-09 21:28:59 +02:00
parent 2c817b46ef
commit 691f187b7d
4 changed files with 71 additions and 51 deletions

View File

@@ -352,9 +352,11 @@ namespace Starlight.AnimeMatrix
else
time = DateTime.Now.ToString("h" + ((second % 2 == 0) ? ":" : " ") + "mmtt");
/*
if (_model == AnimeType.GA401)
PresentText(time);
else
*/
PresentTextDiagonal(time);
}