1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Bsongis/radio tools (#6484)

Lua tools now displayed in RADIO / TOOLS
Add a function to write CENTERED text with lcdDrawText
This commit is contained in:
Bertrand Songis 2019-06-08 10:42:29 +02:00 committed by GitHub
parent a3cc0ee830
commit 56a31f20d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 144 additions and 57 deletions

View file

@ -1188,6 +1188,11 @@ union ReusableBuffer
} hardwareAndSettings;
struct {
ModuleInformation modules[NUM_MODULES];
uint8_t linesCount;
} radioTools;
struct {
uint8_t stickMode;
} generalSettings;