Skip to content

Added RGBW support, *D and other functions

Compare
Choose a tag to compare
@ArminJo ArminJo released this 13 Apr 18:27
· 46 commits to master since this release
  • Added support for RGBW patterns. Requires additional 200 bytes for the AllPatternsOnMultiDevices example. Commenting out #define SUPPORT_RGBW or defining DO_NOT_SUPPORT_RGBW saves 400 bytes FLASH for the AllPatternsOnMultiDevices example.
  • Use type Print * instead of Stream *.
  • Changed function addPixelColor().
  • Added function NeoPixel::printInfo(aSerial).
  • Added *D functions, which take the duration of the whole pattern as argument.
  • Added OpenLedRace example.
  • Added empty constructor and init() functions.
  • Added function updateAllPartialPatterns().