Skip to content

What is a Pixel LED?

What is a Pixel LED?

A pixel LED (also called addressable LED) is an LED that contains a built-in driver IC (integrated circuit) that allows each individual LED to be controlled independently.

WS2812B pixel LED internal die shot
Addressable LED strip showing individual pixels
Each LED on an addressable strip can display a different color simultaneously

How It Works

Unlike standard LEDs where all lights on a strip show the same color, pixel LEDs use a serial data protocol:

  1. A microcontroller sends color data (24 bits per LED: 8 for red, 8 for green, 8 for blue)
  2. The first LED reads its 24 bits, passes the rest down the line
  3. This daisy-chains through all LEDs on the strip
  4. Each LED can show a unique color simultaneously

Key Components

ComponentPurpose
LED dieThe actual light-emitting semiconductor (typically RGB)
Driver ICThe chip that receives data and controls the LED (e.g., WS2812B)
Data lineSingle wire carrying serial data from controller to LEDs
Power lines5V or 12V + Ground

Common Types

  • WS2812B — 5V, most popular, 60mA per LED, 400Hz refresh
  • SK6812 — 5V, similar to WS2812B but with optional RGBW variant
  • WS2815 — 12V, backup data line, better for long runs
  • APA102 — 5V, 2-wire SPI, 2kHz+ refresh, global brightness
  • GS8208 — 12V, like WS2815 but different timing

Next: Choose Your First Strip →