Skip to content

Commit 9d405cd

Browse files
authored
Merge pull request #362 from klutvott123/128x96-support
128x96 support
2 parents 335a9d4 + 37d091a commit 9d405cd

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
return {
2+
margin = 2,
3+
indent = 6,
4+
lineSpacing = 8,
5+
listSpacing = { line = 8, field = 88 },
6+
tableSpacing = { row = 10, col = 30, header = 8 },
7+
}

src/SCRIPTS/BF/radios.lua

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,33 @@ local supportedRadios =
2727
},
2828
},
2929
},
30+
["128x96"] =
31+
{
32+
msp = {
33+
templateHome = "TEMPLATES/128x96/",
34+
MenuBox = { x=15, y=12, w=100, x_offset=36, h_line=8, h_offset=3 },
35+
SaveBox = { x=15, y=12, w=100, x_offset=4, h=30, h_offset=5 },
36+
NoTelem = { 30, 87, "No Telemetry", BLINK },
37+
textSize = SMLSIZE,
38+
yMinLimit = 12,
39+
yMaxLimit = 84,
40+
},
41+
cms = {
42+
rows = 12,
43+
cols = 26,
44+
pixelsPerRow = 8,
45+
pixelsPerChar = 5,
46+
xIndent = 0,
47+
yOffset = 0,
48+
textSize = SMLSIZE,
49+
refresh = {
50+
event = EVT_VIRTUAL_ENTER,
51+
text = "Refresh: [ENT]",
52+
top = 1,
53+
left = 64,
54+
},
55+
},
56+
},
3057
["212x64"] =
3158
{
3259
msp = {

0 commit comments

Comments
 (0)