mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00:00
Increase text brightness for aged flights in ADS-B RX (#1106)
This commit is contained in:
parent
4f768140c1
commit
e3e179e380
@ -53,7 +53,7 @@ void RecentEntriesTable<AircraftRecentEntries>::draw(
|
||||
target_color = Color::light_grey();
|
||||
} else {
|
||||
aged_color = 0x08;
|
||||
target_color = Color::dark_grey();
|
||||
target_color = Color::grey();
|
||||
}
|
||||
|
||||
std::string entry_string = "\x1B";
|
||||
|
Loading…
Reference in New Issue
Block a user