Skip to content

Commit

Permalink
SoarETX: use internal libgui to enable back the widgets and to run on…
Browse files Browse the repository at this point in the history
… users that do not have libgui installed
  • Loading branch information
offer-shmuely authored and pfeerick committed Jun 10, 2024
1 parent 6cbb06b commit b8863d6
Show file tree
Hide file tree
Showing 25 changed files with 1,600 additions and 471 deletions.
2 changes: 1 addition & 1 deletion sdcard/c480x272/WIDGETS/SoarETX/1/brkcrv.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
---------------------------------------------------------------------------

local widget, soarGlobals = ...
local libGUI = loadGUI()
local libGUI = soarGlobals.libGUI
libGUI.flags = 0
local gui = libGUI.newGUI()
local colors = libGUI.colors
Expand Down
Loading

0 comments on commit b8863d6

Please sign in to comment.