diff options
Diffstat (limited to 'docs/feature_rgblight.md')
| -rw-r--r-- | docs/feature_rgblight.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 17097f4bc..571bf8668 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md | |||
| @@ -92,7 +92,7 @@ rgblight_disable(); // turn all lights off | |||
| 92 | rgblight_enable(); // turn lights on, based on their previous state (stored in EEPROM) | 92 | rgblight_enable(); // turn lights on, based on their previous state (stored in EEPROM) |
| 93 | 93 | ||
| 94 | rgblight_setrgb(r, g, b); // where r/g/b is a number from 0..255. Turns all the LEDs to this color | 94 | rgblight_setrgb(r, g, b); // where r/g/b is a number from 0..255. Turns all the LEDs to this color |
| 95 | rgblight_sethsv(h, s, v); // HSV color control | 95 | rgblight_sethsv(h, s, v); // HSV color control - h is a value from 0..360 and s/v is a value from 0..255 |
| 96 | rgblight_setrgb_at(r,g,b, LED); // control a single LED. 0 <= LED < RGBLED_NUM | 96 | rgblight_setrgb_at(r,g,b, LED); // control a single LED. 0 <= LED < RGBLED_NUM |
| 97 | rgblight_sethsv_at(h,s,v, LED); // control a single LED. 0 <= LED < RGBLED_NUM | 97 | rgblight_sethsv_at(h,s,v, LED); // control a single LED. 0 <= LED < RGBLED_NUM |
| 98 | ``` | 98 | ``` |
