Skip to content

Commit

Permalink
Matrix clock position tweak #3304
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 29, 2024
1 parent a7e50f8 commit 501d0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AnimeMatrix/AnimeMatrixDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public void PresentClock()
if (DateTime.Now.Second % 2 != 0) timeFormat = timeFormat.Replace(":", " ");

Clear();
Text(DateTime.Now.ToString(timeFormat), 15, 13 - FullRows, 25);
Text(DateTime.Now.ToString(timeFormat), 15, 7 - FullRows / 2, 25);
Text(DateTime.Now.ToString(dateFormat), 11.5F, 0, 14);
Present();

Expand Down

0 comments on commit 501d0a1

Please sign in to comment.