0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 06:58:39 +03:00

Possible DW AM TX fix

This commit is contained in:
OneOfEleven
2023-10-01 19:56:04 +01:00
parent c644b30b2f
commit 8caff25b7c
8 changed files with 9 additions and 14 deletions

View File

@ -420,11 +420,7 @@ void UI_DisplayMenu(void)
{ // current menu item
strcpy(String, MenuList[menu_index].name);
// strcat(String, ":");
UI_PrintStringSmall(String, 0, 0, 6);
// invert pixels
// for (i = 0; i < (7 * strlen(String)); i++)
// gFrameBuffer[6][i] ^= 0xFF;
UI_PrintStringSmall(String, 0, 0, 0);
}
}
#endif