mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
lcd.drawChannel(...) added. Possibility to write telemetry values using
different sizes
This commit is contained in:
parent
4088abaafb
commit
1d1a815ef7
4 changed files with 56 additions and 16 deletions
|
@ -1555,7 +1555,7 @@ void checkFlashOnBeep();
|
|||
|
||||
#if defined(FRSKY) || defined(CPUARM)
|
||||
void convertUnit(getvalue_t & val, uint8_t & unit); // TODO check FORCEINLINE on stock
|
||||
void putsTelemetryValue(xcoord_t x, uint8_t y, lcdint_t val, uint8_t unit, uint8_t att);
|
||||
void putsTelemetryValue(xcoord_t x, uint8_t y, lcdint_t val, uint8_t unit, LcdFlags att);
|
||||
#else
|
||||
#define convertUnit(...)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue