Skip to content

Commit 3fe7e1e

Browse files
committed
Forgot half the update
1 parent 17c64c6 commit 3fe7e1e

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

_posts/2014-06-30-telem2-lua.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
---
22
layout: post
3-
title: "Lua Telemetry Screen #1"
3+
title: "Lua Telemetry Screen #2"
44
description: ""
55
category: ""
66
tags: [News, Lua]
77
---
88
{% include JB/setup %}
99

10-
This is the first Lua telemetry screen script. It can be used to add an aditional telemetry screen to any model.
10+
This is the second Lua telemetry screen example script. It can be used to add an aditional telemetry screen to any model.
1111
OpenTX firmware version 2.0.4 or greater is needed to use the script.
12+
The script will display two timers, the battery value and the height. The height is displayed using a very large font.
13+
You can edit the script yourself to change what information that is displayed.
1214

13-
![](/assets/images/telem1.png)
15+
![](/assets/images/telem2.png)
1416

1517
Do like this:
1618

17-
* Download the telemetry screen script from here: [Download Link](http://lua-20.open-tx.org/telem1.zip)
19+
* Download the telemetry screen script from here: [Download Link](http://lua-20.open-tx.org/telem2.zip)
1820

1921
* Create a folder on the radio microSD card called SCRIPTS (if it does not already exist)
2022

2123
* Create a new subfolder in the SCRIPTS folder. Give the subfolder the same name as the model that will use the script.
2224

23-
* Place the the script file in the folder. The path should read: /SCRIPTS/*modelname*/telem1.lua
24-
25-
* Create a subfolder in the *modelname* folder called BMP. The Path will become /SCRIPTS/*modelname*/BMP
26-
27-
* Place the the two bitmap files in the BMP folder (altitude-0.bmp and altitude-1.bmp)
28-
25+
* Place the the script file in the folder. The path should read: /SCRIPTS/*modelname*/telem2.lua
2926

3027
That is it. The new telemetry screen should now automatically appear for the model.
3128

0 commit comments

Comments
 (0)