🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    ghost qr code on m5paper?

    General
    3
    4
    4.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      belsonc
      last edited by belsonc

      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

      1 Reply Last reply Reply Quote 1
      • M
        M5Stack_AG
        last edited by

        Hi there , We appreciate your feedback! we will fix it soon!

        1 Reply Last reply Reply Quote 0
        • D
          democrazia
          last edited by

          @belsonc said in ghost qr code on m5paper?:

          setScreenColor(15)

          I've the same problem.
          I've you found a solution ?
          Tkx

          1 Reply Last reply Reply Quote 0
          • D
            democrazia
            last edited by

            The latest update put the gray square always under the QRcode.OK
            But why a gray square instead of the backcolor ?

            1 Reply Last reply Reply Quote 0
            • First post
              Last post