fix time display

This commit is contained in:
Thomas Göttgens
2023-02-05 01:46:16 +01:00
parent 9e1f7c4f56
commit fb611ef986
2 changed files with 19 additions and 13 deletions

View File

@@ -207,7 +207,7 @@ class Screen : public concurrency::OSThread
}
/// generates a very brief time delta display
String drawTimeDelta(uint32_t days, uint32_t hours, uint32_t minutes, uint32_t seconds);
std::string drawTimeDelta(uint32_t days, uint32_t hours, uint32_t minutes, uint32_t seconds);
/// Overrides the default utf8 character conversion, to replace empty space with question marks
static char customFontTableLookup(const uint8_t ch)