massive changes in sprite and fonts

This commit is contained in:
2026-01-11 14:06:31 +01:00
parent a4346aa4f1
commit 172ee138da
9 changed files with 1385 additions and 1403 deletions
+3 -1
View File
@@ -15,4 +15,6 @@ void timeToDateTime(time_t t, struct RX8010SJ::DateTime* dateTime);
time_t dateTimeToTime(const struct RX8010SJ::DateTime* dateTime);
void sync_to_rx_rtc(int32_t offset = 0);
void sync_from_rx_rtc(int32_t offset = 0);
void sync_from_rx_rtc(int32_t offset = 0);
time_t get_time();
void set_time(time_t time);