mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +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);
|
lcdDrawSizedText(60, y, g_model.telemetrySensors[index].label, TELEM_LABEL_LEN, ZCHAR);
|
||||||
TelemetryItem & telemetryItem = telemetryItems[index];
|
TelemetryItem & telemetryItem = telemetryItems[index];
|
||||||
if (telemetryItem.isFresh()) {
|
if (telemetryItem.isFresh()) {
|
||||||
lcdDrawText(100, y, "*");
|
lcdDrawText(130, y, "*");
|
||||||
}
|
}
|
||||||
if (telemetryItem.isAvailable()) {
|
if (telemetryItem.isAvailable()) {
|
||||||
LcdFlags color = telemetryItem.isOld() ? ALARM_COLOR : TEXT_COLOR;
|
LcdFlags color = telemetryItem.isOld() ? ALARM_COLOR : TEXT_COLOR;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue