2009/10/8 Valery Febvre <[email protected]>:
> Hello,
>
> NeoLight 1.2.0 was released.
>
> Changes since 1.1.0:
>    * Speed up startup again (~2 seconds less), now it takes ~3 seconds.
>    * Fixed a bug in "Custom Color". It was impossible to set the red and
>      the blue colors to 0.
>
> Package: http://neolight.googlecode.com/files/neolight_1.2.0-r0_all.ipk

Could you add a script-interpreter (it's always fun to create a new
programming language) so one could load & play own scripts like this:

#!/usr/bin/neolight -w

define "..." "3 * (red 60 msec; black 60 msec;); black 120 msec;"
define "---" "3 * (red 180 msec; black 60 msec); black 120 msec;"

while 1
    ... --- ...
    sleep 3 sec;
endwhile
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to