11---- #########################################################################
22---- # LVGL UI: Color LCD rendering, dialogs, command pages #
3- ---- # For color LCD radios with EdgeTX 2.11.4 + LVGL support #
3+ ---- # For color LCD radios with EdgeTX 2.12 + LVGL support #
44---- #########################################################################
55
66local deps = ...
@@ -346,8 +346,6 @@ local function checkEdgeTxVersion()
346346 return tonumber (rc ) >= 4
347347 end
348348 return true
349- elseif maj == 2 and minor == 11 and rev >= 5 then
350- return true
351349 end
352350
353351 return false
@@ -373,7 +371,6 @@ local function showVersionRequired()
373371 flexPad = lvgl .PAD_SMALL ,
374372 children = {
375373 { type = " label" , text = " Requires EdgeTX:" },
376- { type = " label" , text = " - 2.11.5 or later" },
377374 { type = " label" , text = " - 2.12-rc4 or later" },
378375 { type = " label" , text = " - 3.0 or later" },
379376 },
@@ -402,8 +399,8 @@ local function showLvglRequired()
402399 lcd .clear ()
403400 lcd .drawText (5 , 10 , " LVGL support required" , BOLD )
404401 lcd .drawText (5 , 20 , " Color LCD radio with" , 0 )
405- lcd .drawText (5 , 30 , " EdgeTX 2.11.5+, 2. 12-rc4+, " , 0 )
406- lcd .drawText (5 , 40 , " or 3.0+ needed" , 0 )
402+ lcd .drawText (5 , 30 , " EdgeTX 2.12-rc4+ or 3.0+ " , 0 )
403+ lcd .drawText (5 , 40 , " needed" , 0 )
407404end
408405
409406-- ============================================================================
0 commit comments