Massive docs update

This commit is contained in:
Kyle Brown
2019-02-23 19:35:00 -08:00
parent 9fbad17ed4
commit 3ae7432de0
7 changed files with 177 additions and 23 deletions

View File

@@ -19,9 +19,9 @@ class RGB:
# Set by config
num_pixels = 0
hue_step = 1
sat_step = 5
val_step = 5
hue_step = 10
sat_step = 17
val_step = 17
breath_center = 1.5 # 1.0-2.7
knight_effect_length = 4
val_limit = 255