ws2812b-display

Version, currently master branch1 version
  • master branchlatestFeb 28, 2024

github.com/SleepingInsomniac/ws2812b-display

I bought 4 - 16x16 ws2812b panels, this is the program that controls them from the raspberry pi

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ws2812b-display:
    github: SleepingInsomniac/ws2812b-display
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.11.2
License
MIT
Author
Alex Clink
Target
  • ws2812b-display from src/main.cr

Dependencies

Runtime Dependencies

  • png*github: sleepinginsomniac/png
  • spi*github: sleepinginsomniac/spi
  • pixelfont*github: sleepinginsomniac/pixelfont

README

ws2812b-display

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/sleepinginsomniac/ws2812b-display/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors