blink1-python
blink1-python copied to clipboard
Cannot access play/stop, color pattern functions of blink(1)
Like the blink1-tool commands:
-
--play -
--stop -
--setpattline -
--getpattline -
--savepattern -
--readpattern -
--playpattern
Hey,
internal methods could be used by exploring blink1.py but that kind of approach is never a good idea.
I integrated this library to a project and need to run Blink(1) in static and pulsate mode.
- We have the
play()andstop()methods - We have
readPattern()andsavePattern()
As of missing clearPattern() or savePattern(pattern) or play(pattern):
- We can just append new values to the existing pattern
- We can't create and play new pattern
I tried to understand the internal write(buffer) stuff but did not found a solution.
Please extend this library or let me know if you need a helpful hand.