You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of old blink1s I bought, possibly first batch out of beta. Using either the CLI or the python library, I get an issue where writing a pattern doesn't work.
Buffers 12-15 map to 0 (ok, I guess the pattern memory is only 12 deep).
written color values do not correspond to those read. Looks like it's a parabolic transform.
The original blink(1) only has 12 lines of color pattern memory. If you like, email us at blink1 at thingm.com with your blink(1) serial number and and we can arrange a new blink(1) mk3 to be shipped to you. Thank you for being an original blink(1) customer!
What you are seeing is the built-in gamma-correction of blink1-python to make the perceived LED colors match better what is seen on the screen. In blink1-tool, you can optionally disable gamma-correction on pattern line write, but that option isn't available in blink1-python yet. So I think I'll rename this issue so we can add that option.
todbot
changed the title
patterns not written correctly on _old_ blink1
Hard-coded gamma-correction, maybe add option? (patterns not written correctly on _old_ blink1)
Feb 14, 2021
Thanks, that clarifies things; P(em)M sent. Like I said, more a curiosity thing. I'd understand if these are well past EOL, but they still work.
They do seem to be a little finicky with establishing and releasing connections using the python library; still trying to work that one out. I'll check back in if I can establish a pattern.
I have a couple of old blink1s I bought, possibly first batch out of beta. Using either the CLI or the python library, I get an issue where writing a pattern doesn't work.
Not really a show-stopper, mostly just curious.
The text was updated successfully, but these errors were encountered: