Skip to content

Commit

Permalink
SoarETX: use bundled LibGUI (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
offer-shmuely authored Jun 10, 2024
1 parent 22c0794 commit 2fb52b9
Show file tree
Hide file tree
Showing 25 changed files with 1,601 additions and 472 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 2fb52b9

Please sign in to comment.