Blink1Control v1.95 ; blink1-tool for OpenWrt/Yun
Blink1Control update.
Includes only one change over v1.94: fixed text sizes so UI is text doesn't blow up in size on systems with large DPI scale settings. (e.g. Windows Display preference "Make it easer to read what's on your screen" setting is set to 125% or 150% instead of 100%)
Also: blink1-mini-tool
for OpenWrt devices, like Wrt-based routers and Arduino Yun. Two binaries are provided:
- blink1-mini-tool-openwrt-ar71xx.zip - for ar71xx-based systems, like Arduino Yun
- blink1-mini-tool-openwrt-brcm47xx.zip - for bcrm47xx-based systems such as Asus RT-N16 routers
To build your own, see blink1/commandline/blink1-mini-tool/Makefile
Usage for blink1-mini-tool looks like:
# ./blink1-mini-tool
usage:
./blink1-mini-tool blink [<num>]
./blink1-mini-tool random [<num>]
./blink1-mini-tool rgb <red>,<green>,<blue>
# ./blink1-mini-tool rgb 0,255,0