Skip to content

Commit

Permalink
Matrix Clock position tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Aug 4, 2024
1 parent 9817769 commit a8fd049
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, 0, 25);
Text(DateTime.Now.ToString(timeFormat), 15, 2, 25);
Text(DateTime.Now.ToString(dateFormat), 11.5F, 0, 14);
Present();

Expand Down

0 comments on commit a8fd049

Please sign in to comment.