Commit 94bf012
misc: ws2812-pio-rp1: Add pass-through mode
Pass-through mode disables all gamma and brightness processing, sending
the raw pixel data directly to the LEDs. It is enabled by setting the
brightness to zero, either in Device Tree or using the runtime method of
writing a single byte (in this case 0) to the device.
See: #7108
Signed-off-by: Phil Elwell <phil@raspberrypi.com>1 parent 2e346ec commit 94bf012
File tree
2 files changed
+6
-4
lines changed- arch/arm/boot/dts/overlays
- drivers/misc
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5986 | 5986 | | |
5987 | 5987 | | |
5988 | 5988 | | |
5989 | | - | |
5990 | | - | |
| 5989 | + | |
| 5990 | + | |
| 5991 | + | |
| 5992 | + | |
5991 | 5993 | | |
5992 | 5994 | | |
5993 | 5995 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
| 145 | + | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments