Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 25 of 119) 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(CONFIG_SAMPLE_LED_BRIGHTNESS, 0x00, 0x00), /* red */
36 RGB(0x00, CONFIG_SAMPLE_LED_BRIGHTNESS, 0x00), /* green */
37 RGB(0x00, 0x00, CONFIG_SAMPLE_LED_BRIGHTNESS), /* 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/croxel/croxel_cx1825/doc/
Dindex.rst34 - Ambient & RGB Light and Proximity Sensor (APDS9960)
38 - RGB LED with Charge-Pump driver (LP5521)
54 - RGB LED (Charge-Pump driver not implemented)
/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/nordic/thingy53/
Dthingy53_nrf5340_cpunet.dts48 label = "RGB red LED";
52 label = "RGB green LED";
56 label = "RGB blue LED";
/Zephyr-latest/boards/adafruit/macropad_rp2040/doc/
Dindex.rst11 individual RGB NeoPixels, a rotary encoder with push button, a 128x64 OLED display,
21 - 12 RGB NeoPixel LEDs (one per key)
/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/adafruit/qt_py_rp2040/doc/
Dindex.rst7 Adafruit. It is equipped with an RP2040 SoC, an on-board RGB Neopixel,
24 - On-board RGB LED
/Zephyr-latest/boards/others/serpente/doc/
Dindex.rst7 board equipped with 4MiB flash storage, a PWM enabled RGB led and 6 I/O pins.
17 - RGB User LED
/Zephyr-latest/boards/adafruit/kb2040/doc/
Dindex.rst7 Adafruit. It is equipped with an RP2040 SoC, an on-board RGB Neopixel,
24 - On-board RGB LED

12345