No description
Find a file
Jeff Epler a565d17654 Remove "xfer_data_large" workaround
it's not needed with updated piolib
2025-03-13 09:56:47 -05:00
.github Bump pypa/cibuildwheel from 2.22.0 to 2.23.0 2025-03-03 09:52:57 +00:00
docs This improves the doc situation 2025-03-11 09:36:43 -05:00
examples add xdisplay_mirror, remove virtualdisplay_keyboard. update virtualdisplay for new args. remove unused function from fbmirror 2025-03-11 10:21:11 -05:00
src Remove "xfer_data_large" workaround 2025-03-13 09:56:47 -05:00
.clang-format let's format our source code consistently 2025-01-14 09:40:36 -06:00
.gitignore Move everything to a package structure 2025-03-06 10:12:17 -06:00
.pre-commit-config.yaml update piolib 2025-03-13 09:54:46 -05:00
.readthedocs.yaml add readthedocs conf 2025-02-06 10:08:32 -06:00
LICENSE WIP: pybindings 2025-01-14 11:50:12 -06:00
pyproject.toml move simple_multilane_mapper into package 2025-03-11 08:48:48 -05:00
README.md learn guide link 2025-02-05 11:00:49 -06:00
requirements.txt requirements sort 2025-03-04 10:56:29 -06:00
setup.py Move everything to a package structure 2025-03-06 10:12:17 -06:00

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.