Organized a bit

This commit is contained in:
2021-08-01 08:29:26 -07:00
parent 2bc6de69f0
commit cc97ec487a
6 changed files with 331 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import var
def cls():#clear screen
var.oled.fill(0)
var.oled.show()
def smm(inp):#system_menu_master
eval(inp + "()")