Skip to content

Commit

Permalink
Merge pull request #358 from db4ple/active-devel
Browse files Browse the repository at this point in the history
Disabled blue digits in freq display
  • Loading branch information
df8oe committed May 11, 2016
2 parents ca5fbca + 028b282 commit 76fee6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mchf-eclipse/drivers/ui/ui_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,8 @@ void UiDriverUpdateFrequency(bool force_update, enum UpdateFrequencyMode_t mode)
// we did not execute the change, so we show the freq in Blue.
// this will turn into the appropriate color the moment the tuning
// happens.
clr = Blue;
// Use white in releases, many complained about the Blue digits
clr = White; // Blue;
}
// Update frequency display
UiDriverUpdateLcdFreq(dial_freq, clr, mode);
Expand Down

0 comments on commit 76fee6a

Please sign in to comment.