Skip to content

A python wrapper for Neopixel, providing several tools to make it easier to work LED boards using Neopixel

License

Notifications You must be signed in to change notification settings

Mahlarian/neopixel-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neopixel-utilities


Table of contents


Intro

Neopixel-utilities is a Python wrapper I wrote for adding functionality to LED boards to be easier. It's not very well documented at the moment, and support for it is very limited. If this gains any traction, support and documentation may become better in the future.

Features

neopixel-utilities comes with several tools already that make development with LED boards significantly easier. This wrapper is capable of:

  • Displaying stationary and scrolling text with early cutoff points
  • Coordinate system so you can treat the LED board as a grid, instead of using Neopixel's pixel array system
  • Switchboard functionality, with the ability to activate multiple pixels with different colors in one function
  • Image converter
  • Animation player with looping, FPS, and other features
  • Font system with ability to add your own

along with other features!

Installation

pip install neopixel-utilities

Configuration

Configuration can be done by adding additional parameters to the init function. Any additional arguments that are passed through this function will be passed on to the Neopixel library.

Documentation

Visit the wiki for instructions to get started and the docs!

Credits

Thank you to these people for their contributions to this project!

  • The creators of Neopixel for creating Neopixel in the first place
  • Bytewave For hours of his help with general questions I had
  • Brittank88 For ideas and motivation
  • Randoragon For ideas and motivation
  • EvilFlame For help with formula for resolution scaling

Licensing

Copyright (c) Mahlarian, 2021. This project is protected and licensed under the GNU General Public License v3.0

About

A python wrapper for Neopixel, providing several tools to make it easier to work LED boards using Neopixel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages