Skip to content

Commit d89b509

Browse files
authored
Update ELRS.lua
fixes tango2
1 parent 193c98b commit d89b509

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

src/lua/ELRS.lua

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,16 @@ local supportedRadios =
161161
topOffset = 1,
162162
leftOffset = 1,
163163
},
164+
["128x96"] =
165+
{
166+
--highRes = false,
167+
textSize = SMLSIZE,
168+
xOffset = 60,
169+
yOffset = 8,
170+
yOffset_val = 3,
171+
topOffset = 1,
172+
leftOffset = 1,
173+
},
164174
["212x64"] =
165175
{
166176
--highRes = false,
@@ -425,4 +435,4 @@ local function run_func(event)
425435
end
426436

427437
--return {run = run_func, background = bg_func, init = init_func}
428-
return {run = run_func}
438+
return {run = run_func}

0 commit comments

Comments
 (0)