Skip to content

Commit

Permalink
Moved Time a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
garobcsi committed Dec 21, 2023
1 parent e2aba26 commit 4cc0057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Firmware/ATC_Paper.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Firmware/src/epd.c
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ void epd_display_time_with_date(struct date_time _time, uint16_t battery_mv, int
obdRectangle(&obd, 0, 25, 249, 27, 1, 1);

sprintf(buff, "%02d:%02d", _time.tm_hour, _time.tm_min);
obdWriteStringCustom(&obd, (GFXfont *)&DSEG14_Classic_Mini_Regular_40, 12, 82, (char *)buff, 1);
obdWriteStringCustom(&obd, (GFXfont *)&DSEG14_Classic_Mini_Regular_40, 10, 82, (char *)buff, 1);

sprintf(buff, "%d'C", EPD_read_temp());
obdWriteStringCustom(&obd, (GFXfont *)&Special_Elite_Regular_30, 180, 74, (char *)buff, 1);
Expand Down

0 comments on commit 4cc0057

Please sign in to comment.