No description
Find a file
Limor "Ladyada" Fried abd7f18fc5
Some checks failed
Pip / build (ubuntu-24.04-arm, 3.11) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.12) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.13) (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Wheels / Build SDist (push) Has been cancelled
Wheels / Wheels on ubuntu-24.04-arm (push) Has been cancelled
Wheels / Upload release (push) Has been cancelled
Merge pull request #55 from FoamyGuy/fix_active3_pinouts
Fix active3 pinouts swapped pins R and B
2025-08-19 15:04:30 -04:00
.github
docs This improves the doc situation 2025-03-11 09:36:43 -05:00
examples standard pinout for active3 simpletest 2025-08-01 11:04:49 -05:00
src correct active3 pinouts 2025-08-01 11:03:38 -05:00
.clang-format
.gitignore
.pre-commit-config.yaml update piolib 2025-03-13 09:54:46 -05:00
.readthedocs.yaml
LICENSE
pyproject.toml move simple_multilane_mapper into package 2025-03-11 08:48:48 -05:00
README.md
requirements.txt
setup.py

Adafruit-Blinka-Raspberry-Pi5-Piomatter

CI status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Learn Guide

RGB Matrix Panels With Raspberry Pi 5

Installation

Installing from source:

  • clone this repository
  • pip install ./Adafruit_Blinka_Raspberry_Pi5_Piomatter

Installing from pip:

  • pip install Adafruit-Blinka-Raspberry-Pi5-Piomatter

System setup

If ls -l /dev/pio0 reports that the file is not found, you may need to update your Pi 5 firmware to one with PIO support and make sure that you are running a suitably recent kernel. If ls -l /dev/pio0 reports that the file is owned by root and group root, you should add the following to /etc/udev/rules.d/99-com.rules:

SUBSYSTEM=="*-pio", GROUP="gpio", MODE="0660"

Building the documentation

Documentation for the example project is generated using Sphinx. Sphinx has the ability to automatically inspect the signatures and documentation strings in the extension module to generate beautiful documentation in a variety formats. The following command generates HTML-based reference documentation; for other formats please refer to the Sphinx manual:

  • cd Adafruit_Blinka_Raspberry_Pi5_Piomatter/docs
  • make html

License

Adafruit_Blinka_Raspberry_Pi5_Piomatter is provided under the GPL-2-only license that can be found in the LICENSE file. By using, distributing, or contributing to this project, you agree to the terms and conditions of this license.