Skip to content

itsdsk/ledpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photos of projects realised using this software

Web browser for the Raspberry Pi that streams to addressable LEDs, motors and other outputs by sampling the display at any given 2D location. It is controlled wirelessly over a web interface. For videos of it in action, see here and here.

Supported outputs and inputs

Compile and install

  • Connect a terminal to headless device running Raspberry Pi OS Lite: ssh pi@<ip address>.

  • Run these commands to download the repository and dependencies, build, install and add to start up.

git clone --recurse-submodules -j8 https://github.com/itsdsk/ledpage.git
cd ./ledpage
chmod +x install.sh
./install.sh
  • Follow the final instructions at the end of install.sh.

Configure the display topology

Open the web UI

Screenshots of the web UI homepage

Update the configuration

Screenshots of the web UI setup page

  • Copy your configuration JSON into the text input.

  • Click update.

  • Reboot the Pi.