0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-18 22:29:50 +03:00

fix contrast bug

This commit is contained in:
OneOfEleven
2023-11-03 23:14:56 +00:00
parent 2c007d7e50
commit 935e552b02
10 changed files with 12 additions and 31 deletions

View File

@ -763,7 +763,6 @@ void UI_DisplayMenu(void)
case MENU_CONTRAST:
strcpy(str, "CONTRAST\n");
sprintf(str + strlen(str), "%d", g_sub_menu_selection);
//g_setting_contrast = g_sub_menu_selection
ST7565_SetContrast(g_sub_menu_selection);
g_update_display = true;
break;