This repo contains all the code and build scripts for a one-off LED-based art installation. Detailed setup information (at least what currently exists) can be found on hackaday.io
The project includes a number of different pieces organized into different folders:
hdlcontains the RTL for the iCE40 FPGA on the BeagleWire cape for the BeagleBone Black.kmodcontains the Linux kernel driver to expose the register map and framebuffer implemented in the FPGA.rustcontains the REST server and test applications that run in userspace on the BeagleBone Black.scriptscontains python scripts for rapid prototyping that directly access the kernel device or access the REST server.guicontains a web frontend for simple control of the ceiling.