-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding fade profile brightness control
- Adding fade_control capability fade_control(<profile>, <command>, <arg>) profile: 0..3 Commands: 0: Reset fade profile (all settings) 1: Reset all fade profiles (all settings) 2: Set fade profile brightness 3: Increment fade profile brightness 4: Decrement fade profile brightness 5: Set fade profile brightness to default - Requires KLL v0.5.7.8 - Default brightness can be set using KLL_LED_FadeBrightness array in KLL
- Loading branch information
Showing
5 changed files
with
176 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ verify_ssl = true | |
name = "pypi" | ||
|
||
[packages] | ||
kll = "==0.5.7.6" | ||
kll = "==0.5.7.8" | ||
|
||
[dev-packages] | ||
|
||
|
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
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