-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LEDs: Add support for the WRGB/RGBW color order (WS2814+ LED chip)
Feature: Add new LED Color Order configs > Add LED Color Order options with support for the WRGB/RGBW order (WS2814 LED chip). Allows for simplified bit OR logic. > Also replaces LED_TYPE_RGB and LED_TYPE_RGBW with simplified LED_TYPE_INTERNAL option. Related logic has been updated to follow suit.
- Loading branch information
1 parent
290dba3
commit 172c8f6
Showing
3 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters