Skip to content

Commit e02c016

Browse files
authored
One LUA For All handset (ExpressLRS#886)
* remove old lua with new lua * add os selection * fix error in qx7 * fix first row too high * fix progressbar on colorLCD * quick folder open * fix overprint text * reset line index on folder entry * fix offset focus * reload all params when save * do not save on exit * fix missed type * surprise :) * keep compatibility with t12 * simple color set function
1 parent 254055a commit e02c016

4 files changed

Lines changed: 158 additions & 1340 deletions

File tree

src/lua/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ NOTE: If you are on V1.0.x please use ELRS.lua not the elrsV2.lua inside the sub
88
Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset.
99

1010
### Downloading from Configurator:
11-
use the button in the image below to download the .lua script and Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset.
11+
Use the button in the image below to download the .lua script and Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset.
1212
![downloadlua](https://user-images.githubusercontent.com/68074253/129203116-c1234719-3e8c-4cbf-a391-b7fb8dc0262d.png)
1313

1414

15-
## For TX firmware 1.1.x or later (e.g. if you are running the master branch):
15+
## For TX firmware 2.x.x or later (e.g. if you are running the master branch):
1616
NOTE: The scripts in these subfolders are incompatible with ExpressLRS V1.0.x and use the new ExpressLRS Configurator. They will not work on V1.0.x
1717

18-
If your handset has the black and white display and your handset is not X9D or X9D+, use the telemetry script(elrsV2.lua) in the black_and_white_display_128x64 folder and Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset..
19-
20-
If your handset is the X9D or X9D+, use the telemetry script(elrsV2.lua) in the x9d_212x64 folder and Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset..
21-
22-
If your handset has the colored screen display, use the telemetry script(elrsV2.lua) in the color_display_480x272 folder and Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset..
18+
Use the telemetry script (elrsV2.lua), Copy the ELRS.lua file into the /SCRIPTS/TOOLS directory of the SD card on your handset.
2319

2420

0 commit comments

Comments
 (0)