mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Blades count for RPMs. Reordering of the TELEMETRY screen
This commit is contained in:
parent
65621cae81
commit
cd057686ef
8 changed files with 48 additions and 22 deletions
|
@ -532,7 +532,7 @@ void menuMainView(uint8_t event)
|
|||
|
||||
// RPM
|
||||
lcd_putsLeft(2*FH, STR_RPMnFUEL);
|
||||
lcd_outdezNAtt(4*FW, 1*FH, frskyHubData.rpm, DBLSIZE|LEFT);
|
||||
lcd_outdezNAtt(4*FW, 1*FH, frskyHubData.rpm/(2+g_model.frsky.blades), DBLSIZE|LEFT);
|
||||
|
||||
// Fuel
|
||||
putsTelemetryValue(15*FW, 2*FH, frskyHubData.fuelLevel, UNIT_PERCENT, DBLSIZE|LEFT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue