smart-leds-rs / ws2812-spi-rs

Use ws2812 on rust with embedded-hal spi
Apache License 2.0
64 stars 23 forks source link

Add `hosted` variant intended for linux SBCs #27

Closed david-sawatzke closed 2 months ago

david-sawatzke commented 2 years ago

Intended for applications like https://github.com/smart-leds-rs/ws2812-spi-rs/issues/26.

Can be used instead of ws281x-rpi driver as a pure rust solution in combination with rppal, but not as flexible and tested.

Needs some documentation.

reitermarkus commented 10 months ago

@david-sawatzke, I just tested this. Works as expected.

reitermarkus commented 10 months ago

Was able to simplify my code quite a bit: https://github.com/reitermarkus/door-server/commit/41d49983f9dd9ed58ad6fa4e8ee7da10c2a0485e

reitermarkus commented 8 months ago

@david-sawatzke, can this be merged?

reitermarkus commented 3 months ago

@david-sawatzke, any update on this? The dev/hosted branch is now outdated and cannot be used with smart-leds 0.4.0.