Go to file
2021-08-10 02:23:58 +01:00
html Start work on webui 2021-08-08 14:15:38 -04:00
lib-ws2818-rgb-led-spi-driver Rename WS28xx* to Ws28xx* 2021-08-06 23:32:04 -04:00
src Add rainbow width 2021-08-10 02:23:58 +01:00
.gitignore Initial commit 2021-07-31 14:29:21 -04:00
Cargo.toml Send color commands to pi from actix; add string to Rgb parser 2021-08-08 15:24:40 -04:00
entr.sh Start work on webui 2021-08-08 14:15:38 -04:00
Makefile Initial commit 2021-07-31 14:29:21 -04:00
README.adoc Add info for larger buffer size 2021-08-01 23:55:43 +01:00

# aw-lights

----
# Install packages
xbps-install fake-hwclock
ln -s /etc/sv/fake-hwclock/ /var/service/

# Enable SPI
echo 'dtparam=spi=on' >>/boot/config.txt

# Allow big buf for SPI
echo 'options spidev bufsiz=65536' > /etc/modprobe.d/spidev.conf
----