Add date/day to clock, proportional fonts
All checks were successful
Compile / Compile (push) Successful in 1m23s

This commit is contained in:
Lewis Jackson 2023-06-01 18:16:20 +03:00
parent 23b1328cba
commit f718c01d80
4 changed files with 56 additions and 21 deletions

View file

@ -16,6 +16,7 @@ public:
void Get(tmElements_t & tm);
void Set(tmElements_t tm);
uint64_t GetTimestamp();
std::string GetDateString();
void SetTimer();
bool CheckWakeup(); // Checks to really wake up or not, also resets the timer after the initial sleep
void Resync(); // Resync the timer cycle, both initially and after RTC resync