Implement Haruki's ClockRenderer and broadcast decomposeTime across various files.

This commit is contained in:
Jason P
2025-10-13 22:29:42 -05:00
parent 849a749b81
commit 2f65721774
8 changed files with 90 additions and 156 deletions

View File

@@ -58,4 +58,6 @@ bool isAllowedPunctuation(char c);
std::string sanitizeString(const std::string &input);
void decomposeTime(uint32_t rtc_sec, int &hour, int &minute, int &second);
} // namespace graphics