added a player folder

This commit is contained in:
Lukian 2025-01-23 16:01:08 +01:00
parent b47db0f6d9
commit 7893fa2bd1
4 changed files with 0 additions and 0 deletions

6
player/main.lua Normal file
View file

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