![]() |
Pico Led Controller 1.0.3
A project to control LEDs using Raspberry Pi Pico W
|
Go to the source code of this file.
Functions | |
uint32_t | hsv_to_rgb (uint16_t h, uint8_t s, uint8_t v) |
Convert HSV to RGB. More... | |
uint32_t hsv_to_rgb | ( | uint16_t | h, |
uint8_t | s, | ||
uint8_t | v | ||
) |
Convert HSV to RGB.
h | hue |
s | saturation |
v | value |
Definition at line 5 of file hsv.c.
References URGB.
Referenced by apply_rainbow_cycle_effect(), apply_rainbow_wheel_effect(), and set_rainbow_spectrum().