We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f78dba8 + c497498 commit 48c39d3Copy full SHA for 48c39d3
src/SCRIPTS/BF/radios.lua
@@ -34,7 +34,7 @@ local supportedRadios =
34
resolution = lcdResolution.high,
35
MenuBox = { x=120, y=100, w=200, x_offset=68, h_line=20, h_offset=6 },
36
SaveBox = { x=120, y=100, w=180, x_offset=12, h=60, h_offset=12 },
37
- NoTelem = { 192, LCD_H - 28, "No Telemetry", BLINK },
+ NoTelem = { 192, LCD_H - 28, "No Telemetry", TEXT_COLOR + INVERS + BLINK },
38
textSize = 0,
39
yMinLimit = 35,
40
yMaxLimit = 235,
@@ -45,10 +45,10 @@ local supportedRadios =
45
46
MenuBox = { x= (LCD_W -200)/2, y=LCD_H/2, w=200, x_offset=68, h_line=20, h_offset=6 },
47
SaveBox = { x= (LCD_W -200)/2, y=LCD_H/2, w=180, x_offset=12, h=60, h_offset=12 },
48
- NoTelem = { LCD_W/2 - 50, LCD_H - 28, "No Telemetry", BLINK },
+ NoTelem = { LCD_W/2 - 50, LCD_H - 28, "No Telemetry", TEXT_COLOR + INVERS + BLINK },
49
50
51
- yMaxLimit = 235,
+ yMaxLimit = 435,
52
},
53
}
54
0 commit comments