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

    [UIFLOW] Color Sensor reading error

    Scheduled Pinned Locked Moved Bug Report
    1 Posts 1 Posters 2.8k Views 1 Watching
    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.
    • ajb2k3A Offline
      ajb2k3
      last edited by

      When I use this code

      from m5ui import *
      import units
      
      clear_bg(0x111111)
      color0 = units.get(units.color,units.PORTA)
      
      
      
      btnA = M5Button(name="ButtonA", text="ButtonA", visibility=False)
      btnB = M5Button(name="ButtonB", text="ButtonB", visibility=False)
      btnC = M5Button(name="ButtonC", text="ButtonC", visibility=False)
      title0 = M5Title(title="Colour tester", fgcolor=0xFFFFFF, bgcolor=0x0000FF)
      rectangle0 = M5Rect(108, 99, 60, 60, 0xFFFFFF, 0xFFFFFF)
      
      
      while True:
        rectangle0.setBgColor((color0.Red << 16) | (color0.Green << 8) | color0.Blue)
        wait(0.001)
      

      The colour on screen in not matching the colour sample I'm testing and trying to adjust the values is proving pointless.

      Can anyone get this to display properly?

      UIFlow, so easy an adult can learn it!
      If I don't know it, be patient!
      I've ether not learned it or am too drunk to remember it!
      Author of the WIP UIFlow Handbook!
      M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post