1
0
Fork 0

rgblight 255 hue (#5547)

This commit is contained in:
XScorpion2 2019-05-01 10:02:02 -05:00 committed by MechMerlin
parent 50bc2dbe77
commit 22ba36a4d8
6 changed files with 84 additions and 180 deletions

View file

@ -145,7 +145,7 @@ const uint8_t RGBLED_SNAKE_INTERVALS[] PROGMEM = {100, 50, 20};
const uint8_t RGBLED_KNIGHT_INTERVALS[] PROGMEM = {127, 63, 31};
// These control which hues are selected for each of the "Static gradient" modes
const uint16_t RGBLED_GRADIENT_RANGES[] PROGMEM = {360, 240, 180, 120, 90};
const uint8_t RGBLED_GRADIENT_RANGES[] PROGMEM = {255, 170, 127, 85, 64};
```
## Functions