0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-04-29 23:01:26 +03:00
This commit is contained in:
OneOfEleven 2023-11-06 19:41:01 +00:00
parent 43948ccc79
commit 4d88e8bad0

View File

@ -433,6 +433,7 @@ void UI_DisplayMain(void)
UI_PrintString("Long press #", 0, LCD_WIDTH, 1, 8); UI_PrintString("Long press #", 0, LCD_WIDTH, 1, 8);
UI_PrintString("to unlock", 0, LCD_WIDTH, 3, 8); UI_PrintString("to unlock", 0, LCD_WIDTH, 3, 8);
ST7565_BlitFullScreen(); ST7565_BlitFullScreen();
g_center_line = CENTER_LINE_IN_USE;
return; return;
} }
#endif #endif