https://github.com/adafruit/adafruit-ws2801-library
Arduino library for controlling strips/pixels using WS2801 driver chips
https://github.com/adafruit/adafruit-ws2801-library
arduino-library
Last synced: 3 months ago
JSON representation
Arduino library for controlling strips/pixels using WS2801 driver chips
- Host: GitHub
- URL: https://github.com/adafruit/adafruit-ws2801-library
- Owner: adafruit
- Created: 2011-07-18T18:29:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T15:29:18.000Z (over 1 year ago)
- Last Synced: 2025-04-07T19:15:44.297Z (3 months ago)
- Topics: arduino-library
- Language: C++
- Homepage: http://www.adafruit.com/products/322
- Size: 145 KB
- Stars: 188
- Watchers: 39
- Forks: 72
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adafruit WS2801 Library [](https://github.com/adafruit/Adafruit-WS2801-Library/actions)[](http://adafruit.github.io/Adafruit-WS2801-Library/html/index.html)
Example library for driving Adafruit WS2801 pixels!
Designed specifically to work with the Adafruit RGB Pixels!
12mm Bullet shape ----> https://www.adafruit.com/products/322
12mm Flat shape ----> https://www.adafruit.com/products/738
36mm Square shape ----> https://www.adafruit.com/products/683These pixels use SPI to transmit the color data, and have built in
high speed PWM drivers for 24 bit color per pixel
2 pins are required to interfaceAdafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, all text above must be included in any redistribution-------------------------------------
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_WS2801. Check that the WS2801 folder contains Adafruit_WS2801.cpp and Adafruit_WS2801.h
Place the Adafruit_WS2801 library folder your /libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.