Adafruit-WS2801-Library
Adafruit-WS2801-Library copied to clipboard
Arduino library for controlling strips/pixels using WS2801 driver chips
I have a WS2801 ledstrip (5v, 32 led per meter) which uses the RBG order. Unfortunately the library doesn't support this order.
## Scope Enabling CI from https://github.com/adafruit/travis-ci-arduino No code changes, but extensions of examples had to be changed from `.pde` to `.ino`. Added one unit test. Note that the job status...
## Scope This change includes the following: * when using `calloc`, don't assume that `uint8_t` is 1 byte when you can just do `sizeof(unit8_t)` * centralize memory `alloc`ation and `free`ing...
Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines and tips to help it be more...
Need to tweak the library slightly to use the right calloc function (appears to be mem_calloc on the ESP8266).
I needed the Color() method from the Adafruit NeoPixel library to get backported to the WS2801 library so that I could maintain drop-in compatibility (in my sketches) between the NeoPixel...
F_CPU does not appear to be defined for intel edison boards.
- This library in Web: http://platformio.ikravets.com/#!/lib/show/80/Adafruit-WS2801 - Specification: [PlatformIO Library Manager](http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html) - Integration: [IDE Integration](http://docs.platformio.ikravets.com/en/latest/ide.html)
/Users/x/Documents/Arduino/libraries/Adafruit_WS2801/Adafruit_WS2801.cpp: In member function 'void Adafruit_WS2801::updatePins(uint8_t, uint8_t)': /Users/x/Documents/Arduino/libraries/Adafruit_WS2801/Adafruit_WS2801.cpp:101:17: error: 'PinDescription' has no member named 'pPort' /Users/x/Documents/Arduino/libraries/Adafruit_WS2801/Adafruit_WS2801.cpp:102:17: error: 'PinDescription' has no member named 'ulPin' /Users/x/Documents/Arduino/libraries/Adafruit_WS2801/Adafruit_WS2801.cpp:103:17: error: 'PinDescription' has no member named...