change time display to relative for rx messages

This commit is contained in:
Thomas Göttgens
2023-02-03 00:40:51 +01:00
parent 3c6bbff4f9
commit 7a50934185
4 changed files with 39 additions and 45 deletions

View File

@@ -206,6 +206,9 @@ 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);
/// Overrides the default utf8 character conversion, to replace empty space with question marks
static char customFontTableLookup(const uint8_t ch)
{