8000 GitHub - AKP/NeoPixel: NeoPixel Library for Arduino and the NeoPixel strip sold by AdaFruit. Adds individual LED brightness functionality.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ NeoPixel Public
forked from shockit/NeoPixel

NeoPixel Library for Arduino and the NeoPixel strip sold by AdaFruit. Adds individual LED brightness functionality.

Notifications You must be signed in to change notification settings

AKP/NeoPixel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoPixel

NeoPixel Library for Arduino and the NeoPixel strip sold by AdaFruit. Adds individual LED brightness functionality. AdaFruit version has setBrightness but the entire string responds instead of just a single led. The AdaFruit Example still worked with this library I tested with a 16 LED NeoPixel Ring.

New Setup Parameter: ;NEO_PxB tells library to use a Pixel Brightness Array NeoPixel pixels = NeoPixel(NeoNumPixels, PIN, NEO_GRB + NEO_KHZ800 + NEO_PxB);

New Call: setBrightnessPixel(HowBright,Pixel#);

About

NeoPixel Library for Arduino and the NeoPixel strip sold by AdaFruit. Adds individual LED brightness functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.0%
  • Other 8.0%
0