mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-05 14:47:36 -05:00
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){
|
||||
int x, y;
|
||||
int displayColor, displayBackground, displayBorder;
|
||||
uint16_t displayColor = COLOR_INACTIVE_TEXT;
|
||||
uint16_t displayBackground = COLOR_INACTIVE_BACKGROUND;
|
||||
uint16_t displayBorder = COLOR_INACTIVE_BORDER;
|
||||
Button button;
|
||||
|
||||
if (globalSettings.splitOn){
|
||||
|
Loading…
Reference in New Issue
Block a user