[UIFLOW] Color Sensor reading error
-
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?
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