mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-19 22:58:04 +03:00
FM radio updates - faster scanning and gui update, also some renames
This commit is contained in:
@ -34,7 +34,7 @@ void UI_DisplaySearch(void)
|
||||
char String[17];
|
||||
bool text_centered = false;
|
||||
|
||||
if (g_screen_to_display != DISPLAY_SEARCH)
|
||||
if (g_current_display_screen != DISPLAY_SEARCH)
|
||||
return;
|
||||
|
||||
// clear display buffer
|
||||
|
Reference in New Issue
Block a user