DolenkoArtem

hello.lua

Nov 19th, 2025
438
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 1 0
  1. function lilka.update()
  2.     if controller.get_state().a.just_pressed then
  3.         util.exit()
  4.     end
  5. end
  6.  
  7. function lilka.draw ()
  8.     display.fill_screen(display.color565(0, 0, 0))
  9.     display.set_cursor(32, 32)
  10.     display.print("Hello")
  11. end
Advertisement
Add Comment
Please, Sign In to add comment