Go to file
2021-08-02 00:56:27 +01:00
lib-ws2818-rgb-led-spi-driver Initial commit 2021-07-31 14:29:21 -04:00
src Remove slice panics with results 2021-08-02 00:56:27 +01:00
.gitignore Initial commit 2021-07-31 14:29:21 -04:00
Cargo.toml Initial commit 2021-07-31 14:29:21 -04:00
entr.sh Initial commit 2021-07-31 14:29:21 -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
----