Remove unused variables and set default values for colors
This commit is contained in:
parent
20a4577ed2
commit
e88ee1826e
@ -193,8 +193,9 @@ int getValueByKnob(int minimum, int maximum, int step_size, int initial, const
|
|||||||
}
|
}
|
||||||
|
|
||||||
void displayVFO(Vfo_e vfo){
|
void displayVFO(Vfo_e vfo){
|
||||||
int x, y;
|
uint16_t displayColor = COLOR_INACTIVE_TEXT;
|
||||||
int displayColor, displayBackground, displayBorder;
|
uint16_t displayBackground = COLOR_INACTIVE_BACKGROUND;
|
||||||
|
uint16_t displayBorder = COLOR_INACTIVE_BORDER;
|
||||||
Button button;
|
Button button;
|
||||||
|
|
||||||
if (globalSettings.splitOn){
|
if (globalSettings.splitOn){
|
||||||
|
Loading…
Reference in New Issue
Block a user