Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. belsonc
    B
    • Continue chat with belsonc
    • Start new chat with belsonc
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    belsonc

    @belsonc

    1
    Reputation
    2
    Posts
    476
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    belsonc Follow

    Posts made by belsonc

    • ghost qr code on m5paper?

      Hi -

      I'm experimenting with my new m5paper, and had the idea to create a qr code so my friend will be able to use my wifi while I'm on vacation. I used uiflow/blockly to create the following code:

      from m5stack import *
      from m5ui import *
      from uiflow import *

      setScreenColor(15)

      label0 = M5TextBox(134, 414, "Text", lcd.FONT_DejaVu24, 0, rotate=0)

      lcd.clear()
      label0.setFont(lcd.FONT_DejaVu40)
      label0.setText('Wifi Info')
      lcd.qrcode('text text text', x=150, y=400, width=220, version=6)
      lcd.show()

      And I'm getting a ghost qr code, for lack of a better way to describe it. I moved the qr code once, and it only started happening following that. If anyone can help, I would appreciate it...

      0_1652149939024_PXL_20220510_022402710_2.jpg

      posted in General
      B
      belsonc
    • can't reconnect m5paper to uiflow because of loaded sketch?

      Hi -

      I'm new to the m5paper, and decided to try this hello world tutorial to familiarize myself with uiflow. Now, since I downloaded the sketch to the device, I can't seem to reconnect to the device once it reboots (probably because of the power off block). Can someone help me figure out how to fix this so I can actually use my device? Thanks!

      posted in UIFlow
      B
      belsonc