incorporated the repl code

This commit is contained in:
Luxferre
2025-12-22 16:49:57 +02:00
parent 122bc06e7f
commit 93fddeff61
5 changed files with 326 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
def show_keys():
print(" Entered Lilygo Keys Results")
print(" ------------------- -------")
print(" _- =")
print(" (+ [")
print(" +) ]")
print(" (- <")
print(" -) >")
print(" _# ^")
print(" _/ \\")
print(" -/ %")
print(" _! &")
print(" Speaker Key (left of enter) $")
print(" Track ball up up arrow")
print(" Track ball down down arrow")
print(" Track ball left left arrow")
print(" Track ball right right arrow")