Fix MAIN ONLY and Classic GUI

This commit is contained in:
Armel FAUVEAU
2024-03-01 19:55:46 +01:00
parent 3e72d855a6
commit a4be6e13a0
4 changed files with 34 additions and 19 deletions

View File

@@ -121,6 +121,10 @@ void UI_DisplayStatus()
else if(dw == 2) { // XB - crossband
memcpy(line + x + 2, gFontXB, sizeof(gFontXB));
}
else
{
memcpy(line + x + 2, gFontMO, sizeof(gFontMO));
}
}
x += sizeof(gFontDWR) + 3;