mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-08-03 01:26:33 +03:00
fix smallest font compile problem
This commit is contained in:
@@ -400,7 +400,9 @@ void UI_update_rssi(const int16_t rssi, const int vfo)
|
||||
|
||||
void UI_DisplayMain(void)
|
||||
{
|
||||
const unsigned int smallest_char_spacing = ARRAY_SIZE(g_font3x5[0]) + 1;
|
||||
#ifndef ENABLE_BIG_FREQ
|
||||
const unsigned int smallest_char_spacing = ARRAY_SIZE(g_font3x5[0]) + 1;
|
||||
#endif
|
||||
const unsigned int line0 = 0; // text screen line
|
||||
const unsigned int line1 = 4;
|
||||
char String[17];
|
||||
|
@@ -383,7 +383,7 @@ uint8_t g_menu_list_sorted[ARRAY_SIZE(g_menu_list)];
|
||||
|
||||
bool g_is_in_sub_menu;
|
||||
uint8_t g_menu_cursor;
|
||||
int8_t g_MENU_SCRAMBLERoll_direction;
|
||||
int8_t g_menu_scroll_direction;
|
||||
int32_t g_sub_menu_selection;
|
||||
|
||||
// edit box
|
||||
|
@@ -194,7 +194,7 @@ extern const char g_sub_MENU_SCRAMBLERAMBLER[11][7];
|
||||
extern bool g_is_in_sub_menu;
|
||||
|
||||
extern uint8_t g_menu_cursor;
|
||||
extern int8_t g_MENU_SCRAMBLERoll_direction;
|
||||
extern int8_t g_menu_scroll_direction;
|
||||
extern int32_t g_sub_menu_selection;
|
||||
|
||||
extern char g_edit_original[17];
|
||||
|
Reference in New Issue
Block a user