Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
led_rgb Struct Reference

Color value for a single RGB LED. More...

#include <led_strip.h>

Data Fields

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

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.

Field Documentation

◆ b

uint8_t led_rgb::b

Blue channel

◆ g

uint8_t led_rgb::g

Green channel

◆ r

uint8_t led_rgb::r

Red channel


The documentation for this struct was generated from the following file: