Skip to content

Commit

Permalink
fix blinking date
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 authored and TheNitek committed May 11, 2024
1 parent da0276d commit 51a9c72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ void DrawDate()

if (dd != prevDay)
{
prevDay = dd;
tft.setTextDatum(BC_DATUM);
char buffer[50];
if (NOT_US_DATE)
Expand Down

0 comments on commit 51a9c72

Please sign in to comment.