★ wanayoo — archive 1999 https://github.com/m5stack/UIFlow-Code/wiki/RemoteNouvelle recherche | Portail wanayoo
Skip to content
vany5921 edited this page Aug 27, 2019 · 2 revisions

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
Clone this wiki locally
You can’t perform that action at this time.