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:
@ -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
|
||||
|
Reference in New Issue
Block a user