mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-26 14:36:17 -05: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();
|
target_color = Color::light_grey();
|
||||||
} else {
|
} else {
|
||||||
aged_color = 0x08;
|
aged_color = 0x08;
|
||||||
target_color = Color::dark_grey();
|
target_color = Color::grey();
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string entry_string = "\x1B";
|
std::string entry_string = "\x1B";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user