Tod Kurt
Tod Kurt
Reported by Sebastian via email. Would a rebuild with modern Java fix this?
blink(1) mk2's secret feature is that it can control up to 16 WS812 LEDs. We promised a tutorial on how to do this, but haven't done it yet. The only...
The REST server part of Blink1Control should be available as a separate headless, command-line program that is cross-platform and runs well in Linux and has minimal dependencies. There is a...
Suggested by user Joseph via email.
Blink1Control's mail checking should be more advanced. Allow "no new mail" to turn off a pattern or color, sort of like how notification badges work on apps.
As per email with Adam on 2 Dec. Might be solution to: "How can I set these up so that they're always on when they're plugged in, sort of a...
[from email with JP] In Linux/Mac OS X, you generally don't have (and it's bad practice) to put the current directory ('.') in the PATH. Therefore, if you're building and...
On some shells (bash on Raspbian confirmed), the '#' character is treated as a comment and so short-circuits blink1-tool argument parsing. Thus, this fails: ``` $ ./blink1-tool --rgb #0000ff ./blink1-tool:...
Currently Blink1Control Tools can only check as fast as every 5 seconds. Add option to support faster checking.
blink(1) is named after a man page, but we don't have a man page for it. wth? :-) thx to Peter for catching this.