9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
|
# The rainbow cycle program.
|
||
|
set.rgb {0,1,2,3}.end 0xff 0xff 0xff
|
||
|
set.rgb {0}.phase 0x00 0x55 0xaa
|
||
|
set.rgb {1}.phase 0x40 0x95 0xea
|
||
|
set.rgb {2}.phase 0x80 0xd5 0x2a
|
||
|
set.rgb {3}.phase 0xc0 0x15 0x6a
|
||
|
delay.r 7813
|
||
|
cycle
|