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:
parent
a3cc0ee830
commit
56a31f20d3
10 changed files with 144 additions and 57 deletions
|
@ -1188,6 +1188,11 @@ union ReusableBuffer
|
|||
|
||||
} hardwareAndSettings;
|
||||
|
||||
struct {
|
||||
ModuleInformation modules[NUM_MODULES];
|
||||
uint8_t linesCount;
|
||||
} radioTools;
|
||||
|
||||
struct {
|
||||
uint8_t stickMode;
|
||||
} generalSettings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue