This commit is contained in:
2026-05-05 20:09:20 -04:00
parent d8e3330e5e
commit 5c6a02b850
3 changed files with 171 additions and 245 deletions

View File

@@ -581,7 +581,10 @@ local function start()
R_POCKET_IN = math.floor(R_MAX * 0.58)
R_HUB = math.floor(R_MAX * 0.38)
-- Clear full screen before drawing anything
gpu.fill(COL_BG)
gpu.sync()
drawWheelFull(nil)
drawCenterText({ "ROULETTE", "Pull lever" })
end