A pixel art server for my wall art Arduino project
Go to file
neale d749e8d13f Readme: gif, not .pixil 2023-10-10 11:15:53 -06:00
build Logging 2023-01-06 09:32:16 -07:00
cmd/wallart-server Use right frame in raw file 2023-09-04 14:47:12 -06:00
web Move from .pixil to .gif 2023-09-02 16:10:23 -06:00
.gitignore .pixil files now encode width as a string :( 2023-08-19 11:16:12 -06:00
README.md Readme: gif, not .pixil 2023-10-10 11:15:53 -06:00
go.mod Move from .pixil to .gif 2023-09-02 16:10:23 -06:00
go.sum Move from .pixil to .gif 2023-09-02 16:10:23 -06:00

README.md

This is a server for my network-connected wall art thingy.

It is built to accept .gif files. It will force animations to 2 frames per second.

The wall art device will fetch wallart.bin file from this server. Other things should use wallart.gif.

Building It

./build/build.sh

Running it

docker run --name=wallart-server -p 8080:8080 -v /srv/wallart-server:/cache wallart-server