mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
[Horus] Cosmetics
This commit is contained in:
parent
1f54c61e41
commit
02dfff319f
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ bool menuModelTelemetry(evt_t event)
|
|||
lcdDrawSizedText(60, y, g_model.telemetrySensors[index].label, TELEM_LABEL_LEN, ZCHAR);
|
||||
TelemetryItem & telemetryItem = telemetryItems[index];
|
||||
if (telemetryItem.isFresh()) {
|
||||
lcdDrawText(100, y, "*");
|
||||
lcdDrawText(130, y, "*");
|
||||
}
|
||||
if (telemetryItem.isAvailable()) {
|
||||
LcdFlags color = telemetryItem.isOld() ? ALARM_COLOR : TEXT_COLOR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue