示例#1
0
def crashedWarning():
    device.showMessage("FATAL ERROR\nthe app has crashed", "/media/alert.png")
示例#2
0
def serialWarning():
    device.showMessage(
        "This app can only be controlled using the USB serial port!",
        "/media/usb.png")