Organized a bit
This commit is contained in:
@@ -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 + "()")
|
||||
Reference in New Issue
Block a user