pwlp 1.0.0

Control LED strips wirelessly by sending them short animation programs
Documentation
1
2
3
4
5
for(n=get_length) {
	set_pixel(n - 1, 0, 0, 0)
};
blit;
yield