# adafruit/Adafruit_NeoPixel

Arduino library for controlling single-wire LED pixels (NeoPixel, WS2812, etc.)

Repository: https://github.com/adafruit/Adafruit_NeoPixel
Canonical: https://ross.abutalabs.com/products/adafruit_neopixel
Language: C++
License: LGPL-3.0
License Family: copyleft
Topics: arduino-library
Last push: 2026-05-12T13:21:31+00:00

## Health v2 (maintenance only)
Score: 82/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 82, release rhythm 71, longevity 100
- inputs: {"age_days": 5012, "days_push": 113, "days_rel": 113, "gap_med": 51, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3416, forks 1326 (observed 2026-08-28T04:08:03.713143+00:00)

## What it is
An Arduino library for controlling single-wire LED pixels and strips such as NeoPixels, WS2812, and Adafruit FLORA pixels. It supports a wide range of microcontrollers including AVR, SAMD, ESP8266/ESP32, and nRF52.

## Use cases
- control ws2812 led strip from arduino
- animate neopixel rgb pixels
- drive led matrix on esp32
- make colorful led animations on microcontroller
- light up adafruit flora smart pixels
- program led strip effects on teensy

## When to choose
- you use Arduino IDE with supported boards like AVR, SAMD, ESP32, or nRF52
- you want a simple, well-documented API for single-wire LED strips
- you use Adafruit NeoPixel hardware

## When to avoid
- your board or port (e.g. AVR Port A) is unsupported
- you need addressable LEDs over SPI or other protocols
- you work outside the Arduino ecosystem

## Facets
- artifact type: library
- maturity: stable
- function: embedded, graphics
- domain: embedded-systems, hardware, developer-tools
- platform: embedded, cpp, iot
- tags: arduino, neopixel, ws2812, led-strips, single-wire-protocol

## Member repositories
- adafruit/Adafruit_NeoPixel (main) score 82

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:03.713143+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:38:15.106915+00:00, confidence not recorded.
  - readme: https://github.com/adafruit/Adafruit_NeoPixel (fetched 2026-08-28T04:08:03.713143+00:00, sha b85fd35aaf8d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
