Tom

Results 95 comments of Tom

It seems to crash when uninitializing a previous setup. Try to call setup and init only once at startup of the program. You can use the -i command line parameter...

Theoretically it should be possible to do multiple inits but seems like there is a bug in the mailbox.c but this is not my code. So will not be easy...

Yes this is not clear in the documentation but for the Raspberry pi 3 B+ you need to use GPIO number 12 instead of 24. More IO's can be found...

yes it should ignore, I'll try to fix that

not at this moment unfortunately if you don't have too much LEDs you can just copy/paste I think

you can do this now with {0} which will be replaced by loop index and extra parameter can be added to the loop = step. ``` do fill 1,FF0000,{0},1 loop...

I was not at home this weekend will take a look at it later

Sorry, I've been busy with other project did not have time to implement yet.

Added these commands (load_state and save_state) and now updated the documentation. Can you check if it is working properly?

It saves the current led state (color and brightness). So normally you put the `save_state 1, "/dev/shm/test.csv"` At the end to save the current led state.