Skip to content

Commit

Permalink
Merge pull request #210 from torbeneims/torbeneims-add-ws2805-support
Browse files Browse the repository at this point in the history
Add WS2805 and FW1906 (and reformat voltage)
  • Loading branch information
blazoncek committed Jun 10, 2024
2 parents b7ed662 + e907628 commit 2f97ddd
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions docs/basics/compatible-led-strips.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,26 @@ Sorting: 5v data only, 5v Data + Clock, 12v data only

| Type | Voltage | Comments |
|---|---|---|
SK6812 | 5v/12v | RGBW
WS2811 | 5v | usually found in IP68 sealed 12mm pixel strings
WS2812B | 5v |
WS2813 | 5v | has a backup data line
APA102 | 5v | using 2 data pins, Clock and Data
LPD8806 | 5v | using 2 data pins, Clock and Data
WS2801 | 5v | using 2 data pins, Clock and Data
SK9822 | 5v | using 2 data pins, Clock and Data
UCS8903 | 5v |
GS8208 | 12v |
TM1814 | 12v | RGBW
WS2811 | 12v | usually 3-LED segments, has data-line resistor
WS2814 | 12v/24v | RGBW, 3-LED groups (12V) / 6-LED groups (24V) as one logical LED. Must be controlled as SK6812 type, color order: BRG, swap W and G (this option is available since WLED 0.14.0-b1)
WS2815 | 12v | has a backup data line
LPD6803 | 12v |
P9813 | 5-24 v |
TM1829 | 5-24 v |
UCS8904 | 5-24 v | RGBW
SK6812 | 5 V / 12 V | RGBW
WS2811 | 5 V | usually found in IP68 sealed 12mm pixel strings
WS2812B | 5 V |
WS2813 | 5 V | has a backup data line
APA102 | 5 V | using 2 data pins, Clock and Data
LPD8806 | 5 V | using 2 data pins, Clock and Data
WS2801 | 5 V | using 2 data pins, Clock and Data
SK9822 | 5 V | using 2 data pins, Clock and Data
UCS8903 | 5 V |
GS8208 | 12 V |
TM1814 | 12 V | RGBW
WS2805 | 12 V / 24 V | RGBCCT, 3-LED groups (12V) / 6-LED groups (24V) as one logical LED. Backup data line. Two white channels for Correlated Color Temperature (CCT) (this option is available since WLED 0.15.0-b2)
WS2811 | 12 V | usually 3-LED segments, has data-line resistor
WS2814 | 12 V / 24 V | RGBW, 3-LED groups (12V) / 6-LED groups (24V) as one logical LED. Must be controlled as SK6812 type, color order: BRG, swap W and G (this option is available since WLED 0.14.0-b1)
WS2815 | 12 V | has a backup data line
FW1906 | 24 V | RGBCCT, 6-LED groups as one logical LED. Two white channels for Correlated Color Temperature (CCT) (this option is available since WLED 0.15.0-b2)
LPD6803 | 12 V |
P9813 | 5-24 V |
TM1829 | 5-24 V |
UCS8904 | 5-24 V | RGBW

## Non-Addressable LED Strips

Expand Down

0 comments on commit 2f97ddd

Please sign in to comment.