Home
last modified time | relevance | path

Searched full:lcd (Results 1 – 25 of 182) sorted by relevance

12345678

/Zephyr-Core-3.6.0/samples/drivers/misc/grove_display/
DREADME.rst1 .. zephyr:code-sample:: grove-lcd
2 :name: Grove LCD
10 This sample displays an incrementing counter through the Grove LCD, with
19 * `Grove LCD module`_
25 You will need to connect the Grove LCD via the Grove shield onto a board that
32 Grove LCD VDD line needs to be connected to the 5V power line, otherwise
33 characters will not be displayed on the LCD (3.3V is enough to power just the
51 .. _Grove LCD module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
Dsample.yaml2 name: Grove LCD Sample
10 filter: dt_compat_enabled("seeed,grove-lcd-rgb")
/Zephyr-Core-3.6.0/samples/sensor/th02/
DREADME.rst9 Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD
16 This sample uses the TH02 sensor and the grove LCD display. Both devices are
22 - `Grove LCD Module`_
30 The LCD display requires 5 volts, so the voltage switch on the shield needs to
40 .. _Grove LCD Module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
Dsample.yaml8 filter: dt_compat_enabled("hoperf,th02") and dt_compat_enabled("seeed,grove-lcd-rgb")
/Zephyr-Core-3.6.0/samples/drivers/lcd_hd44780/
DREADME.rst1 .. zephyr:code-sample:: lcd-hd44780
2 :name: HD44780 LCD controller
5 Control an HD44780-based LCD display using GPIO pins.
10 generic LCD controller using GPIO pins to interface with
30 LCD Init
Dsample.yaml2 name: Display text strings on HD44780 based 20x4 LCD controller
4 sample.drivers.lcd.hd44780:
/Zephyr-Core-3.6.0/dts/bindings/display/
Dnxp,imx-elcdif.yaml4 description: NXP i.MX eLCDIF (Enhanced LCD Interface) controller
8 include: [lcd-controller.yaml, pinctrl-device.yaml]
26 LCD data bus width. The default is set to the reset value of 16-bit
Dnxp,dcnano-lcdif.yaml4 description: NXP DCNano LCDIF (LCD Interface) controller
8 include: [lcd-controller.yaml, pinctrl-device.yaml]
34 LCD data bus width. The default is set to the reset value of 24-bit
Dst,stm32-ltdc.yaml5 description: STM32 LCD-TFT display controller
9 include: [lcd-controller.yaml, pinctrl-device.yaml]
16 Configure the GPIO polarity (active high/active low) according to LCD datasheet.
22 Configure the GPIO polarity (active high/active low) according to LCD datasheet.
Drocktech,rk043fn02h-ct.yaml4 description: Rocktech LCD module with LED backlight and capacitive touch panel
/Zephyr-Core-3.6.0/samples/sensor/th02/src/
Dmain.c40 printk("Grove LCD not ready\n"); in main()
44 /* configure LCD */ in main()
66 /* clear LCD */ in main()
73 /* display temperature on LCD */ in main()
79 /* display humidity on LCD */ in main()
/Zephyr-Core-3.6.0/dts/bindings/misc/
Dseeed,grove-lcd-rgb.yaml4 description: Seeed Grove LCD RGB
6 compatible: "seeed,grove-lcd-rgb"
/Zephyr-Core-3.6.0/samples/sensor/grove_temperature/
DREADME.rst12 Grove LCD display.
22 * `Grove LCD`_ [optional]
30 Grove LCD, if being used, should be connected to I2C on the Grove shield and the overlay needs to
56 .. _Grove LCD: https://wiki.seeedstudio.com/Grove-LCD_RGB_Backlight/
/Zephyr-Core-3.6.0/drivers/misc/grove_lcd_rgb/
DKconfig5 bool "Seeed Grove LCD RGB Backlight"
7 Setting this value will enable driver support for the Groove-LCD RGB
/Zephyr-Core-3.6.0/samples/sensor/grove_temperature/src/
Dmain.c36 printf("Failed to get Grove LCD\n"); in main()
40 /* configure LCD */ in main()
57 /* clear LCD */ in main()
64 /* display temperature on LCD */ in main()
/Zephyr-Core-3.6.0/include/zephyr/drivers/misc/grove_lcd/
Dgrove_lcd.h1 /* grove_lcd.h - Public API for the Grove RGB LCD device */
74 * @param dev the Grove LCD to get the display features set
100 * @param dev the Grove LCD to get the input features set
128 * @param dev the Grove LCD to get the functions set
141 * @brief Set LCD background to a predefined color
149 * @brief Set LCD background to custom RGB color value
/Zephyr-Core-3.6.0/include/zephyr/dt-bindings/display/
Dpanel.h10 * @brief LCD Interface
11 * @defgroup lcd_interface LCD Interface
/Zephyr-Core-3.6.0/drivers/display/
DKconfig.stm32_ltdc7 bool "STM32 LCD-TFT display controller driver"
22 Specify the color pixel format for the STM32 LCD-TFT display controller.
/Zephyr-Core-3.6.0/boards/xtensa/m5stack_stamps3/
Dm5stack_stamps3-pinctrl.dtsi65 pinmux = <LEDC_CH0_GPIO9>; /* lcd backlight */
76 pinmux = <MCPWM0_OUT0A_GPIO9>; /* lcd backlight */
/Zephyr-Core-3.6.0/dts/bindings/gpio/
Dst,dsi-lcd-qsh-030.yaml5 GPIO pins exposed on QSH-030-01-F-D-A connector used as DSI LCD connector.
40 compatible: "st,dsi-lcd-qsh-030"
/Zephyr-Core-3.6.0/samples/drivers/display/
DREADME.rst12 orientation of the LCD and correct RGB bit order. The rectangles are drawn
15 at any point or the order of the corners is not as described above then the LCD
/Zephyr-Core-3.6.0/samples/drivers/misc/grove_display/src/
Dmain.c17 * @file Display a counter through I2C and Grove LCD.
46 printk("Grove LCD: Device not ready.\n"); in main()
50 /* Now configure the LCD the way we want it */ in main()
/Zephyr-Core-3.6.0/boards/xtensa/m5stack_atoms3/
Dm5stack_atoms3_defconfig9 CONFIG_REGULATOR=y # for LCD backlight
/Zephyr-Core-3.6.0/drivers/auxdisplay/
DKconfig.hd447805 bool "Hitachi HD44780 LCD driver"
/Zephyr-Core-3.6.0/boards/xtensa/odroid_go/
Dodroid_go_defconfig14 # required to enable LCD backlight

12345678