Testing
All checks were successful
Build Firmware / build (push) Successful in 2m2s

This commit is contained in:
2025-06-03 22:17:31 +02:00
parent bbeb1d8fab
commit 8e48a5f4c5
7 changed files with 201 additions and 142 deletions

View File

@@ -54,6 +54,17 @@ static void convertTime(uint8_t *line, uint8_t type)
#endif
#endif
//static const char* const FunctionStrings[] = {
// [FUNCTION_FOREGROUND] = "FG",
// [FUNCTION_TRANSMIT] = "TX",
// [FUNCTION_MONITOR] = "MON",
// [FUNCTION_INCOMING] = "INC",
// [FUNCTION_RECEIVE] = "RX",
// [FUNCTION_POWER_SAVE] = "PWS",
// [FUNCTION_BAND_SCOPE] = "BS",
// [FUNCTION_N_ELEM] = "NE"
//};
void UI_DisplayStatus()
{
char str[8] = "";
@@ -276,5 +287,8 @@ void UI_DisplayStatus()
// **************
// x2 -= (7 * strlen(str));
// UI_PrintStringSmallBufferNormal(FunctionStrings[gCurrentFunction], line + x2 - 20);
ST7565_BlitStatusLine();
}