1
0
Fork 0
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:
bsongis 2014-07-01 17:36:28 +02:00
parent 4088abaafb
commit 1d1a815ef7
4 changed files with 56 additions and 16 deletions

View file

@ -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