Adrian Pistol
Adrian Pistol
See http://git.musicpd.org/cgit/master/mpc.git/tree/src/idle.c for a small example of how to wait for a change to happen. Probably not much effort, as far as I can tell, you'd only need to replace...
There is a patch floating around of questionable quality: https://gist.github.com/saitoha/70e0fdf22e3e8f63ce937c7f7da71809 I'm tempted to try and implement/port it to xst. Thoughts? It'd be handy for a couple things.
We need to handle plugins crashing, one major example is `out_mpsse_spi`, which seems to like to crash randomly. :V
While I don't want cmake or anything of that sort, writing better Makefiles is something that should be done. * [x] Get rid of the multiple makefiles, merge them. *...
While running sort1D as the only effect, I've found that it fails an assertion. This manifests on a real matrix as a cut off screen. This happens with every* run...
So, as sled is progressing more and more each day, it actually becomes more useful to have it packaged for distributions. Order is as follows: * [ ] Make sled's...
It should probably try to finish in a fixed time - or at least similar times - when running on a different matrix size. On my X200's display, it takes...
Not just scripting, but rather loading modules of different types. My plan is to implement another module type, `mod`. It's basically a module loader, as as module. The idea is...
Most of sled is already portable by design. However, we have some platform specific code. Thanks to @20kdc, this is now mostly abstracted away. We still need to abstract some...
There are basically two types of ws2812b strips: RGB and RGBW, the latter having a seperate white LED. The former we support, the second we should support as well. There...