Add autorun and screen management functionality

This commit is contained in:
Lukian 2025-01-23 14:15:44 +01:00
parent b8b2c558b1
commit ea73eef314
3 changed files with 78 additions and 0 deletions

4
main.lua Normal file
View file

@ -0,0 +1,4 @@
dofile("screen.lua")
-- connecte l'écran sur les pins 18 et 19
attachscreen(18, 19, 0x3C)