shinyblink / sled

Satanic/Sexy/Stupid/Silly/Shiny LED matrix controller
https://shinyblink.github.io/sled/
ISC License
122 stars 25 forks source link

Portability #25

Open vifino opened 6 years ago

vifino commented 6 years ago

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 stuff away..

So, time for some platforms!

vifino commented 6 years ago

Thanks to #33 we got threading done.

Now we just need to implement some logging facilities, status and such.

If we make it sufficiently high-level, we can do fancy progress bars and such.