Skip to content

Commit

Permalink
minor layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
athertop committed Jan 2, 2017
1 parent 6487587 commit c7cebab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file modified Taranis/LUA_SD_Card/SCRIPTS/TELEMETRY/LIBRARY/confrun.lib
100755 → 100644
Binary file not shown.
10 changes: 7 additions & 3 deletions Taranis/LUA_Source_files/SCRIPTS/TELEMETRY/LIBRARY/confrun.lib
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,12 @@
event = shvars.event
lcd.clear()
-- draw from the bottom up so we don't overwrite the combo box if open
local xCoord = 4
local yCoord = 50
local xCoord = 50
local yCoord = 56
lcd.drawText(xCoord, yCoord, "(Press MENU to return)", SMLSIZE)

local xCoord = 4
local yCoord = 46
lcd.drawText(xCoord, yCoord, "Bat calib offset :", SMLSIZE)

xCoord = lcd.getLastPos() + 4
Expand All @@ -117,7 +121,7 @@
lcd.drawText(xCoord + 6, yCoord - 10, "Wh", SMLSIZE)

lcd.drawFilledRectangle(0,0,212,10)
lcd.drawText(1, 1, "Telemetry Script Configuration",INVERS)
lcd.drawText(26, 1, "Telemetry Script Configuration",INVERS)

xCoord = 14
yCoord = 22
Expand Down

0 comments on commit c7cebab

Please sign in to comment.