Made main.py a little lighter in generic var and functionality, added led functionality.

This commit is contained in:
2021-08-01 08:13:55 -07:00
parent 0cec45b5b8
commit e7a2810749
6 changed files with 173 additions and 84 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 + "()")