/Zephyr-latest/drivers/misc/grove_lcd_rgb/ |
D | Kconfig | 5 bool "Seeed Grove LCD RGB Backlight" 10 Backlight.
|
/Zephyr-latest/samples/drivers/misc/grove_display/ |
D | README.rst | 5 Display an incrementing counter and change the backlight color. 11 changing backlight. 34 backlight).
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,parallel-lcd-connector.yaml | 13 1 LED backlight cathode 14 2 LED backlight anode
|
D | nxp,lcd-8080.yaml | 22 10 GPIO to control LCD backlight
|
/Zephyr-latest/dts/bindings/display/ |
D | nxp,imx-elcdif.yaml | 28 backlight-gpios: 32 LCB backlight control gpio. Driver will initialize this GPIO to active high
|
D | renesas,ra-glcdc.yaml | 31 backlight-gpios: 35 The BLn pin is asserted to control the backlight of the panel.
|
D | nxp,dcnano-lcdif.yaml | 17 backlight-gpios: 21 LCB backlight control gpio. Driver will initialize this GPIO to active high
|
D | rocktech,rk043fn02h-ct.yaml | 4 description: Rocktech LCD module with LED backlight and capacitive touch panel
|
D | himax,hx8394.yaml | 23 The BLn pin is asserted to control the backlight of the panel.
|
D | ilitek,ili9806e.yaml | 20 The BLn pin is asserted to control the backlight of the panel.
|
D | raydium,rm68200.yaml | 23 The BLn pin is asserted to control the backlight of the panel.
|
D | raydium,rm67162.yaml | 23 The BLn pin is asserted to control the backlight of the panel.
|
D | frida,nt35510.yaml | 20 The BLn pin is asserted to turn on the backlight of the panel.
|
D | orisetech,otm8009a.yaml | 21 The BLn pin is asserted to control the backlight of the panel.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | auxdisplay.h | 33 /** @brief Used for minimum and maximum brightness/backlight values if not supported */ 68 /** @brief Light levels for brightness and/or backlight. If not supported by a 93 /** Backlight details for display (if supported) */ 94 struct auxdisplay_light backlight; member 246 * backlight settings of the display 249 typedef int (*auxdisplay_backlight_get_t)(const struct device *dev, uint8_t *backlight); 253 * @brief Callback API to set the backlight status 256 typedef int (*auxdisplay_backlight_set_t)(const struct device *dev, uint8_t backlight); 654 * @brief Get the backlight level details of an auxiliary display 657 * @param backlight Will be updated with the current backlight level [all …]
|
/Zephyr-latest/boards/pine64/pinetime_devkit0/ |
D | pinetime_devkit0.dts | 34 led0 = &blled0; /* backlight low */ 35 led1 = &blled1; /* backlight mid */ 36 led2 = &blled2; /* backlight high */ 46 label = "Backlight Low"; 50 label = "Backlight Medium"; 54 label = "Backlight High";
|
/Zephyr-latest/boards/m5stack/m5stack_stamps3/ |
D | m5stack_stamps3-pinctrl.dtsi | 65 pinmux = <LEDC_CH0_GPIO9>; /* lcd backlight */ 76 pinmux = <MCPWM0_OUT0A_GPIO9>; /* lcd backlight */
|
/Zephyr-latest/drivers/auxdisplay/ |
D | auxdisplay_handlers.c | 113 uint8_t *backlight) in z_vrfy_auxdisplay_backlight_get() argument 116 return z_impl_auxdisplay_backlight_get(dev, backlight); in z_vrfy_auxdisplay_backlight_get() 121 uint8_t backlight) in z_vrfy_auxdisplay_backlight_set() argument 124 return z_impl_auxdisplay_backlight_set(dev, backlight); in z_vrfy_auxdisplay_backlight_set()
|
D | auxdisplay_jhd1313.c | 70 uint8_t backlight; member 213 data->backlight = colour; in auxdisplay_jhd1313_backlight_set() 222 static int auxdisplay_jhd1313_backlight_get(const struct device *dev, uint8_t *backlight) in auxdisplay_jhd1313_backlight_get() argument 226 *backlight = data->backlight; in auxdisplay_jhd1313_backlight_get() 359 .backlight.minimum = 0, \ 360 .backlight.maximum = ARRAY_SIZE(colour_define), \
|
/Zephyr-latest/drivers/display/ |
D | display_nt35510.c | 55 const struct gpio_dt_spec backlight; member 138 /* Content Adaptive Backlight Control section start */ 140 /* Brightness Control Block, Display Dimming & BackLight on */ 239 if (cfg->backlight.port != NULL) { in nt35510_blanking_on() 240 ret = gpio_pin_set_dt(&cfg->backlight, 0); in nt35510_blanking_on() 242 LOG_ERR("Disable backlight failed! (%d)", ret); in nt35510_blanking_on() 254 if (cfg->backlight.port != NULL) { in nt35510_blanking_off() 255 ret = gpio_pin_set_dt(&cfg->backlight, 1); in nt35510_blanking_off() 257 LOG_ERR("Enable backlight failed! (%d)", ret); in nt35510_blanking_off() 391 ret = gpio_pin_configure_dt(&cfg->backlight, GPIO_OUTPUT_ACTIVE); in nt35510_init() [all …]
|
D | display_ili9806e_dsi.c | 23 const struct gpio_dt_spec backlight; member 287 if (cfg->backlight.port != NULL) { in ili9806e_blanking_on() 288 ret = gpio_pin_set_dt(&cfg->backlight, 0); in ili9806e_blanking_on() 290 LOG_ERR("Disable backlight failed! (%d)", ret); in ili9806e_blanking_on() 303 if (cfg->backlight.port != NULL) { in ili9806e_blanking_off() 304 ret = gpio_pin_set_dt(&cfg->backlight, 1); in ili9806e_blanking_off() 306 LOG_ERR("Enable backlight failed! (%d)", ret); in ili9806e_blanking_off() 403 if (cfg->backlight.port != NULL) { in ili9806e_init() 404 ret = gpio_pin_configure_dt(&cfg->backlight, GPIO_OUTPUT_ACTIVE); in ili9806e_init() 406 LOG_ERR("Could not configure backlight GPIO (%d)", ret); in ili9806e_init() [all …]
|
/Zephyr-latest/boards/m5stack/m5stack_atoms3/ |
D | m5stack_atoms3_procpu_defconfig | 6 CONFIG_REGULATOR=y # for LCD backlight
|
/Zephyr-latest/boards/hardkernel/odroid_go/ |
D | odroid_go_procpu_defconfig | 11 # required to enable LCD backlight
|
/Zephyr-latest/dts/bindings/auxdisplay/ |
D | hit,hd44780.yaml | 48 backlight-gpios: 50 description: Optional GPIO used for enabling the backlight
|
/Zephyr-latest/samples/drivers/auxdisplay/boards/ |
D | esp_wrover_kit.overlay | 27 backlight-gpios = <&aux_display_gpio 3 (GPIO_ACTIVE_HIGH)>;
|