mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
Telemetry view fix for new font
This commit is contained in:
parent
655169aa7a
commit
b90a621db8
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ void displayRssiLine()
|
|||
if (TELEMETRY_STREAMING()) {
|
||||
lcd_hline(0, 55, 212, 0); // separator
|
||||
uint8_t rssi = min((uint8_t)99, frskyData.rssi[0].value);
|
||||
lcd_putsLeft(STATUS_BAR_Y, STR_RX); lcd_outdezNAtt(4*FW, STATUS_BAR_Y, rssi, LEADING0, 2);
|
||||
lcd_putsn(0, STATUS_BAR_Y, STR_RX, 2); lcd_outdezNAtt(4*FW, STATUS_BAR_Y, rssi, LEADING0, 2);
|
||||
lcd_rect(25, 57, 78, 7);
|
||||
lcd_filled_rect(26, 58, 19*rssi/25, 5, (rssi < getRssiAlarmValue(0)) ? DOTTED : SOLID);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue