Home
last modified time | relevance | path

Searched full:backlight (Results 1 – 25 of 60) sorted by relevance

123

/Zephyr-latest/drivers/misc/grove_lcd_rgb/
DKconfig5 bool "Seeed Grove LCD RGB Backlight"
10 Backlight.
/Zephyr-latest/samples/drivers/misc/grove_display/
DREADME.rst5 Display an incrementing counter and change the backlight color.
11 changing backlight.
34 backlight).
/Zephyr-latest/dts/bindings/gpio/
Dnxp,parallel-lcd-connector.yaml13 1 LED backlight cathode
14 2 LED backlight anode
Dnxp,lcd-8080.yaml22 10 GPIO to control LCD backlight
/Zephyr-latest/dts/bindings/display/
Dnxp,imx-elcdif.yaml28 backlight-gpios:
32 LCB backlight control gpio. Driver will initialize this GPIO to active high
Drenesas,ra-glcdc.yaml31 backlight-gpios:
35 The BLn pin is asserted to control the backlight of the panel.
Dnxp,dcnano-lcdif.yaml17 backlight-gpios:
21 LCB backlight control gpio. Driver will initialize this GPIO to active high
Drocktech,rk043fn02h-ct.yaml4 description: Rocktech LCD module with LED backlight and capacitive touch panel
Dhimax,hx8394.yaml23 The BLn pin is asserted to control the backlight of the panel.
Dilitek,ili9806e.yaml20 The BLn pin is asserted to control the backlight of the panel.
Draydium,rm68200.yaml23 The BLn pin is asserted to control the backlight of the panel.
Draydium,rm67162.yaml23 The BLn pin is asserted to control the backlight of the panel.
Dfrida,nt35510.yaml20 The BLn pin is asserted to turn on the backlight of the panel.
Dorisetech,otm8009a.yaml21 The BLn pin is asserted to control the backlight of the panel.
/Zephyr-latest/include/zephyr/drivers/
Dauxdisplay.h33 /** @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/
Dpinetime_devkit0.dts34 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/
Dm5stack_stamps3-pinctrl.dtsi65 pinmux = <LEDC_CH0_GPIO9>; /* lcd backlight */
76 pinmux = <MCPWM0_OUT0A_GPIO9>; /* lcd backlight */
/Zephyr-latest/drivers/auxdisplay/
Dauxdisplay_handlers.c113 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()
Dauxdisplay_jhd1313.c70 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/
Ddisplay_nt35510.c55 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 …]
Ddisplay_ili9806e_dsi.c23 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/
Dm5stack_atoms3_procpu_defconfig6 CONFIG_REGULATOR=y # for LCD backlight
/Zephyr-latest/boards/hardkernel/odroid_go/
Dodroid_go_procpu_defconfig11 # required to enable LCD backlight
/Zephyr-latest/dts/bindings/auxdisplay/
Dhit,hd44780.yaml48 backlight-gpios:
50 description: Optional GPIO used for enabling the backlight
/Zephyr-latest/samples/drivers/auxdisplay/boards/
Desp_wrover_kit.overlay27 backlight-gpios = <&aux_display_gpio 3 (GPIO_ACTIVE_HIGH)>;

123