Zephyr API 3.6.99
|
Color value for a single RGB LED. More...
#include <led_strip.h>
Data Fields | |
uint8_t | r |
Red channel. | |
uint8_t | g |
Green channel. | |
uint8_t | b |
Blue channel. | |
Color value for a single RGB LED.
Individual strip drivers may ignore lower-order bits if their resolution in any channel is less than a full byte.
uint8_t led_rgb::b |
Blue channel.
uint8_t led_rgb::g |
Green channel.
uint8_t led_rgb::r |
Red channel.