quedaria asi n?:
verde = Color.new(0, 255, 0)
blanco = Color.new(255, 255, 255)
amarillo = Color.new(232, 230, 19)
azul = Color.new(0, 158, 222)
rojo = Color.new(255, 0, 0)
lila = Color.new(103, 24, 83)
screen:print(0, 0, "dsjhgñdhsgbña", amarillo)
screen.flip()
while true do
while not Controls.read():start() do
pad = Controls.read()
if pad:l() then
if not activarusb or activarusb == 0 then
activarusb = 1
else
activarusb = 0
end
screen.waitVblankStart(10)
end
if activarusb == 1 then
System.usbDiskModeActivate()
elseif activarusb ~= 1 then
System.usbDiskModeDeactivate()
end
screen.flip()
screen.waitVblankStart()
end