Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-latest/samples/drivers/led/led_strip/src/
Dmain.c32 #define RGB(_r, _g, _b) { .r = (_r), .g = (_g), .b = (_b) } macro
35 RGB(0x0f, 0x00, 0x00), /* red */
36 RGB(0x00, 0x0f, 0x00), /* green */
37 RGB(0x00, 0x00, 0x0f), /* blue */
/Zephyr-latest/boards/nxp/frdm_ke17z/
Dfrdm_ke17z.dts44 label = "RGB RED";
48 label = "RGB GREEN";
52 label = "RGB BLUE";
60 label = "RED RGB PWM LED";
64 label = "GREEN RGB PWM LED";
68 label = "BLUE RGB PWM LED";
/Zephyr-latest/drivers/misc/grove_lcd_rgb/
DKconfig5 bool "Seeed Grove LCD RGB Backlight"
9 Setting this value will enable driver support for the Grove-LCD RGB
/Zephyr-latest/samples/drivers/led/is31fl3194/
DREADME.rst2 :name: IS31FL3194 RGB LED
5 Cycle colors on an RGB LED connected to the IS31FL3194 using the LED API.
10 This sample cycles several colors on an RGB LED forever using the LED API.
/Zephyr-latest/samples/sensor/apds9960/
DREADME.rst2 :name: APDS9960 RGB, ambient light, and gesture sensor
5 Get ambient light, RGB, and proximity/gesture data from an APDS9960 sensor.
11 ambient light, RGB, and proximity (or gesture) data. This sample checks the
/Zephyr-latest/samples/basic/rgb_led/
DREADME.rst2 :name: PWM RGB LED
5 Drive an RGB LED using the PWM API.
10 This is a sample app which drives an RGB LED using the :ref:`PWM API <pwm_api>`.
12 There are three single-color component LEDs in an RGB LED. Each component LED
18 range of color changes from the RGB LED, and the sample repeats forever.
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/
DREADME.rst2 :name: SX1509B RGB LED
5 Control an RGB LED connected to an SX1509B driver chip.
/Zephyr-latest/samples/drivers/led/lp5562/
DREADME.rst2 :name: LP5562 RGB LED
5 Control 4 RGB LEDs connected to an LP5562 driver chip.
27 Refer to the `LP5562 Manual`_ for the RGB LED connections and color channel
/Zephyr-latest/boards/madmachine/mm_feather/
Dmm_feather.dts42 label = "RGB R";
47 label = "RGB G";
52 label = "RGB B";
/Zephyr-latest/boards/innblue/innblue21/
Dinnblue21_common.dtsi23 label = "RGB red channel";
27 label = "RGB green channel";
31 label = "RGB blue channel";
/Zephyr-latest/boards/innblue/innblue22/
Dinnblue22_common.dtsi23 label = "RGB red channel";
27 label = "RGB green channel";
31 label = "RGB blue channel";
/Zephyr-latest/boards/madmachine/mm_swiftio/
Dmm_swiftio.dts42 label = "RGB R";
47 label = "RGB G";
52 label = "RGB B";
/Zephyr-latest/drivers/led/
DKconfig.is31fl319411 IS31FL3194. This chip supports one RGB LED or 3 independent LEDs.
DKconfig.ncp562313 - one three-channel (RGB) LED
/Zephyr-latest/drivers/led_strip/
DKconfig.apa10214 Enable the LED strip driver for a chain of APA102 RGB LEDs.
/Zephyr-latest/boards/aconno/acn52832/doc/
Dindex.rst30 and a RGB-LED.
112 RGB-LED
/Zephyr-latest/boards/nxp/frdm_ke17z512/
Dfrdm_ke17z512.dts60 label = "RED RGB PWM LED";
64 label = "GREEN RGB PWM LED";
68 label = "BLUE RGB PWM LED";
/Zephyr-latest/drivers/display/
DKconfig.sdl26 bool "RGB 888"
35 bool "RGB 565"
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/
Dindex.rst34 - Ambient & RGB Light and Proximity Sensor (APDS9960)
38 - RGB LED with Charge-Pump driver (LP5521)
59 - RGB LED (Charge-Pump driver not implemented)
/Zephyr-latest/boards/nordic/thingy53/
Dthingy53_nrf5340_cpunet.dts48 label = "RGB red LED";
52 label = "RGB green LED";
56 label = "RGB blue LED";
Dthingy53_nrf5340_common.dtsi36 label = "RGB red LED";
40 label = "RGB green LED";
44 label = "RGB blue LED";
158 /* RGB LED control */
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst2 :name: LP50XX RGB LED
5 Control up to 12 RGB LEDs connected to an LP50xx driver chip.
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/doc/
Dindex.rst11 RGB LED which is user-programmable. It also has a 2.4GHz chip antenna
/Zephyr-latest/boards/nxp/ucans32k1sic/doc/
Dindex.rst26 - user RGB LED and button.
68 The UCANS32K1SIC board has one user RGB LED that can be used either as a GPIO
71 .. table:: RGB LED as GPIO LED
82 .. table:: RGB LED as PWM LED
/Zephyr-latest/boards/adafruit/trinket_m0/doc/
Dindex.rst7 board with an onboard RGB LED, USB port, and range of I/O broken out
17 - An RGB DotStar LED
86 used to drive the DotStar RGB LED. SERCOM0 can be put into SPI mode

12345