src: implement first iteration of a naive smart-leds display

This commit is contained in:
2024-10-29 01:27:20 +01:00
parent a0d42d2274
commit 8426f0b0e5
3 changed files with 133 additions and 1 deletions

View File

@@ -37,6 +37,10 @@ palette = { version = "0.7.6" }
embedded-canvas = "0.3.1"
embassy-executor = "0.6.0"
running-average = "0.1.0"
ws2812-spi = "0.5.0"
smart-leds-trait = "0.3.0"
rgb = "0.8.50"
smart-leds = "0.4.0"
[build-dependencies]
embuild = "0.32.0"