Merged menu functions to reduce flash size
This commit is contained in:
+2
-2
@@ -2901,7 +2901,7 @@ void KeyUp() {
|
|||||||
store = true;
|
store = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
MenuUp();
|
MenuUpDown(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -2968,7 +2968,7 @@ void KeyDown() {
|
|||||||
store = true;
|
store = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
MenuDown();
|
MenuUpDown(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+308
-1015
File diff suppressed because it is too large
Load Diff
@@ -217,8 +217,7 @@ void BuildMenu();
|
|||||||
void BuildAdvancedRDS();
|
void BuildAdvancedRDS();
|
||||||
void BuildDisplay();
|
void BuildDisplay();
|
||||||
void BuildBWSelector();
|
void BuildBWSelector();
|
||||||
void MenuUp();
|
void MenuUpDown(bool dir);
|
||||||
void MenuDown();
|
|
||||||
void DoMenu();
|
void DoMenu();
|
||||||
void doTheme();
|
void doTheme();
|
||||||
void Infoboxprint(const char* input);
|
void Infoboxprint(const char* input);
|
||||||
|
|||||||
Reference in New Issue
Block a user