0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-20 15:08:37 +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

2
main.c
View File

@ -187,7 +187,7 @@ void Main(void)
BOARD_ADC_GetBatteryInfo(&g_usb_current_voltage, &g_usb_current);
#ifdef ENABLE_CONTRAST
ST7565_SetContrast(g_setting_contrast);
ST7565_SetContrast(g_eeprom.config.setting.lcd_contrast);
#endif
#if defined(ENABLE_UART)