Skip to content

Commit

Permalink
Animematrix clock position tweak #3304
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 28, 2024
1 parent 1321b2e commit e6a547d
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, 2, 25);
Text(DateTime.Now.ToString(timeFormat), 15, 13 - FullRows, 25);
Text(DateTime.Now.ToString(dateFormat), 11.5F, 0, 14);
Present();

Expand Down

0 comments on commit e6a547d

Please sign in to comment.