Remote
Remote
import machine
remoteInit()
# Generate QR code ,(x, y)is left top cursor, the QR image is size width and size height
lcd.qrcode('http://flow-remote.m5stack.com/?remote=undefined', x, y, size)
# Define a switch button.
def _remote_SwitchName():
pass
# Define a button.
def _remote_ButtonName():
pass
# Define a sliderbar.
def _remote_SliderName():
pass
# Define a label and return a value.
def _remote_LabelName():
pass