Go to file
2021-08-21 21:45:59 -04:00
.cargo Allow cross compilation 2021-08-10 08:13:23 -04: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
liveview-rust Get form submission working 2021-08-21 21:45:59 -04:00
src Get form submission working 2021-08-21 21:45:59 -04:00
templates Get form submission working 2021-08-21 21:45:59 -04:00
web Revert input bindings 2021-08-15 23:08:25 -04:00
.gitignore Add liveview-rust 2021-08-18 10:02:40 -04:00
build.rs Update build.rs for new liveview npm install 2021-08-21 17:21:50 -04:00
Cargo.toml Fix cargo version 2021-08-21 17:15:26 -04:00
entr.sh Implement working form manipulation 2021-08-21 15:24:21 -04:00
Makefile Add svelte form files 2021-08-10 17:46:59 -04:00
package-lock.json Add liveview-rust 2021-08-18 10:02:40 -04:00
package.json Add liveview-rust 2021-08-18 10:02:40 -04:00
README.adoc Add info for larger buffer size 2021-08-01 23:55:43 +01:00
rustfmt.toml Add basic rustfmt 2021-08-15 14:53:17 -04: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
----