No description
Find a file
2024-12-27 13:36:27 -06:00
.github Build for 32-bit armhf 2024-12-11 16:30:40 -06:00
docs rename everything per discussion 2024-12-10 17:40:16 -06:00
examples clear pixels on exit 2024-12-11 08:43:10 -06:00
src Build for 32-bit armhf 2024-12-11 16:30:40 -06:00
.clang-format rename everything per discussion 2024-12-10 17:40:16 -06:00
.gitignore rename everything per discussion 2024-12-10 17:40:16 -06:00
.gitmodules Build for 32-bit armhf 2024-12-11 16:30:40 -06:00
.pre-commit-config.yaml rename everything per discussion 2024-12-10 17:40:16 -06:00
.readthedocs.yaml rename everything per discussion 2024-12-10 17:40:16 -06:00
LICENSE pio-based neopixel library for pi5 2024-12-06 13:23:08 -06:00
pyproject.toml untestable 2024-12-10 17:46:36 -06:00
README.md Fix folder name in README 2024-12-20 14:51:27 -08:00
setup.py Build for 32-bit armhf 2024-12-11 16:30:40 -06:00

Adafruit-Blinka-Raspberry-Pi5-Neopixel

CI status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Installation

Installing from source:

  • clone this repository
  • pip install ./Adafruit_Blinka_Raspberry_Pi5_Neopixel

Installing from pip:

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

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_Neopixel/docs
  • make html

License

Adafruit_Blinka_Raspberry_Pi5_Neopixel 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.