Add date/day to clock, proportional fonts
All checks were successful
Compile / Compile (push) Successful in 1m23s
All checks were successful
Compile / Compile (push) Successful in 1m23s
This commit is contained in:
parent
23b1328cba
commit
f718c01d80
4 changed files with 56 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue