mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 08:49:30 +00:00
Added color.get/setBackground and color.RGBA8
This commit is contained in:
parent
3441dd266f
commit
e8d5c53cbf
2 changed files with 32 additions and 2 deletions
|
|
@ -4,6 +4,8 @@ local hid = require("ctr.hid")
|
|||
local x = 0
|
||||
local y = 0
|
||||
|
||||
gfx.color.setBackground(gfx.color.RGBA8(200, 200, 200))
|
||||
|
||||
while os.run() do
|
||||
local keys = hid.read()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue