Searched refs:RGB (Results 1 – 25 of 114) sorted by relevance
12345
/Zephyr-latest/samples/drivers/led/led_strip/src/ |
D | main.c | 32 #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/ |
D | frdm_ke17z.dts | 44 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/ |
D | Kconfig | 5 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/ |
D | README.rst | 2 :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/ |
D | README.rst | 2 :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/ |
D | README.rst | 2 :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/ |
D | README.rst | 2 :name: SX1509B RGB LED 5 Control an RGB LED connected to an SX1509B driver chip.
|
/Zephyr-latest/samples/drivers/led/lp5562/ |
D | README.rst | 2 :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/ |
D | mm_feather.dts | 42 label = "RGB R"; 47 label = "RGB G"; 52 label = "RGB B";
|
/Zephyr-latest/boards/innblue/innblue21/ |
D | innblue21_common.dtsi | 23 label = "RGB red channel"; 27 label = "RGB green channel"; 31 label = "RGB blue channel";
|
/Zephyr-latest/boards/innblue/innblue22/ |
D | innblue22_common.dtsi | 23 label = "RGB red channel"; 27 label = "RGB green channel"; 31 label = "RGB blue channel";
|
/Zephyr-latest/boards/madmachine/mm_swiftio/ |
D | mm_swiftio.dts | 42 label = "RGB R"; 47 label = "RGB G"; 52 label = "RGB B";
|
/Zephyr-latest/drivers/led/ |
D | Kconfig.is31fl3194 | 11 IS31FL3194. This chip supports one RGB LED or 3 independent LEDs.
|
D | Kconfig.ncp5623 | 13 - one three-channel (RGB) LED
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.apa102 | 14 Enable the LED strip driver for a chain of APA102 RGB LEDs.
|
/Zephyr-latest/boards/aconno/acn52832/doc/ |
D | index.rst | 30 and a RGB-LED. 112 RGB-LED
|
/Zephyr-latest/boards/nxp/frdm_ke17z512/ |
D | frdm_ke17z512.dts | 60 label = "RED RGB PWM LED"; 64 label = "GREEN RGB PWM LED"; 68 label = "BLUE RGB PWM LED";
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.sdl | 26 bool "RGB 888" 35 bool "RGB 565"
|
/Zephyr-latest/boards/croxel/croxel_cx1825/doc/ |
D | index.rst | 34 - 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/ |
D | thingy53_nrf5340_cpunet.dts | 48 label = "RGB red LED"; 52 label = "RGB green LED"; 56 label = "RGB blue LED";
|
D | thingy53_nrf5340_common.dtsi | 36 label = "RGB red LED"; 40 label = "RGB green LED"; 44 label = "RGB blue LED"; 158 /* RGB LED control */
|
/Zephyr-latest/samples/drivers/led/lp50xx/ |
D | README.rst | 2 :name: LP50XX RGB LED 5 Control up to 12 RGB LEDs connected to an LP50xx driver chip.
|
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/doc/ |
D | index.rst | 11 RGB LED which is user-programmable. It also has a 2.4GHz chip antenna
|
/Zephyr-latest/boards/nxp/ucans32k1sic/doc/ |
D | index.rst | 26 - 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/ |
D | index.rst | 7 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