Add autorun and screen management functionality
This commit is contained in:
parent
b8b2c558b1
commit
ea73eef314
3 changed files with 78 additions and 0 deletions
4
main.lua
Normal file
4
main.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
dofile("screen.lua")
|
||||
|
||||
-- connecte l'écran sur les pins 18 et 19
|
||||
attachscreen(18, 19, 0x3C)
|
Loading…
Add table
Add a link
Reference in a new issue