Add bitmap

This commit is contained in:
Armel FAUVEAU
2024-11-14 01:45:59 +01:00
parent 900b6aadec
commit 6812258850
3 changed files with 40 additions and 9 deletions

View File

@@ -213,6 +213,11 @@ void UI_DisplayStatus()
}
*/
}
#ifdef ENABLE_FEAT_F4HWN_MENU_LOCK
else if(gEeprom.MENU_LOCK == true) {
memcpy(line + x + 1, gFontR, sizeof(gFontR));
}
#endif
else if (gBackLight)
{
memcpy(line + x + 1, gFontLight, sizeof(gFontLight));