- Name: ArenaController
- Description: Arduino library for communicating with the Reiser Lab Modular LED Display panels.
- Version: 0.2.0
- Panel Version: G4 v1.9
- Release Date: 2023-08-25
- Creation Date: 2023-08-16
- License: GPLv3
- URL: https://github.com/janelia-arduino/ArenaController
- Author: Peter Polidoro
- Email: peter@polidoro.io
- Copyright: 2024 Howard Hughes Medical Institute
- References:
A quarter panel is a set of LED pixels arranged in rows and columns.
A panel is a set of quarter panels arranged in rows and columns.
A region is a set of panels arranged in rows and columns with a common communication interface.
An display is a set of regions arranged in rows and columns.
Pixel numbering for each pixel in a quarter panel:
In grayscale mode, each LED can be one of sixteen brightness levels.
In binary mode, each LED can be one of two brightness levels, on or off.
Quarter panel numbering for each quarter panel in a panel plus pixel numbering for select pixels in a panel:
Region numbering for each region in an display:
Panel numbering for each panel in an region:
Panel update order for each panel in an display:
https://github.com/janelia-arduino/ArenaController.git
sudo apt install -y git
mkdir -p ~/tmp && cd ~/tmp && git clone https://github.com/janelia-arduino/ArenaController.git
https://docs.platformio.org/en/latest/core/installation/index.html
python3 -m venv .venv
source .venv/bin/activate
pip install platformio
pio --version
Linux users have to install udev rules for PlatformIO supported boards/devices.
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/system/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules
sudo service udev restart
sudo usermod -a -G dialout $USER
sudo usermod -a -G plugdev $USER
sudo apt-get purge --auto-remove modemmanager
make teensy-firmware
make teensy-upload
make monitor