mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 21:35:27 +03:00
Bsongis/x7d fixes (#4019)
* [X7D] Various fixes [Others] - Fixes the Mixer / Inputs MOVE / COPY problem on X9E - Adds the copy/paste/rename feature in SDCARD menu on X7D/SKY9X - Merges some duplicated code using the new directory structure - Cosmetics
This commit is contained in:
parent
fd33cc9d2b
commit
bfb5e9b8a6
42 changed files with 1285 additions and 2188 deletions
|
@ -766,6 +766,8 @@ const luaL_Reg lcdLib[] = {
|
|||
{ "drawPixmap", luaLcdDrawPixmap },
|
||||
{ "drawScreenTitle", luaLcdDrawScreenTitle },
|
||||
{ "drawCombobox", luaLcdDrawCombobox },
|
||||
#else
|
||||
{ "getLastPos", luaLcdGetLastPos },
|
||||
#endif
|
||||
{ NULL, NULL } /* sentinel */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue