Skip to content

Commit f2c7ce9

Browse files
committed
Dynamic white channel calibration for incoming HyperHDR v18 support (sk6812 RGBW)
1 parent d5a63ee commit f2c7ce9

File tree

7 files changed

+928
-1492
lines changed

7 files changed

+928
-1492
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ Compile the sketch using Arduino IDE. You need:
6565
For RGB strip like WS8212b comment it with a '//', leave it for RGBW SK6812:
6666
*#define THIS_IS_RGBW*
6767

68+
For RGBW cold white LED strip version if above declaration is defined, delete it or comment it with '//' for RGBW neutral:
69+
*#define COLD_WHITE*
70+
6871
Skip first led in the strip, that is used as level shifter:
6972
*bool skipFirstLed = true;*
7073

0 commit comments

Comments
 (0)