mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
FM -translatable string
This commit is contained in:
parent
d09b85ddc4
commit
5d1e9a1701
1 changed files with 2 additions and 2 deletions
|
@ -1800,9 +1800,9 @@ uint8_t editDelay(const uint8_t y, const uint8_t event, const uint8_t attr, cons
|
||||||
#if defined(PCBTARANIS)
|
#if defined(PCBTARANIS)
|
||||||
void displayFlightModes(uint8_t x, uint8_t y, FlightModesType value)
|
void displayFlightModes(uint8_t x, uint8_t y, FlightModesType value)
|
||||||
{
|
{
|
||||||
lcd_puts(x, y, "FM:");
|
lcd_putsAtt(x, y, STR_FP, SMLSIZE);
|
||||||
for (uint8_t p=0; p<MAX_FLIGHT_MODES; p++) {
|
for (uint8_t p=0; p<MAX_FLIGHT_MODES; p++) {
|
||||||
lcd_putcAtt(lcdNextPos, y, '0'+p, ((value & (1<<p)) ? 0 : INVERS));
|
lcd_putcAtt(lcdNextPos, y, '0'+p, ((value & (1<<p)) ? SMLSIZE : INVERS));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue