Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.5.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.5.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.5.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.5.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
Dst,stm32-ltdc.yaml4 description: STM32 LCD-TFT display controller
8 include: [lcd-controller.yaml, pinctrl-device.yaml]
15 Configure the GPIO polarity (active high/active low) according to LCD datasheet.
21 Configure the GPIO polarity (active high/active low) according to LCD datasheet.
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
Drocktech,rk043fn02h-ct.yaml4 description: Rocktech LCD module with LED backlight and capacitive touch panel
/Zephyr-Core-3.5.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.5.0/dts/bindings/misc/
Dseeed,grove-lcd-rgb.yaml4 description: Seeed Grove LCD RGB
6 compatible: "seeed,grove-lcd-rgb"
/Zephyr-Core-3.5.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.5.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.5.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.5.0/include/zephyr/dt-bindings/display/
Dpanel.h10 * @brief LCD Interface
11 * @defgroup lcd_interface LCD Interface
/Zephyr-Core-3.5.0/drivers/display/
DKconfig.stm32_ltdc7 bool "STM32 LCD-TFT display controller driver"
19 Specify the color pixel format for the STM32 LCD-TFT display controller.
/Zephyr-Core-3.5.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.5.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.5.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.5.0/boards/arm/mimxrt1050_evk/doc/
Dindex.rst17 audio and video features, including LCD display, basic 2D graphics, camera
40 - LCD connector
166 | GPIO_AD_B0_02 | LPSPI3_SDI/LCD_RST| SPI/LCD Display |
194 | GPIO_B0_00 | LCD_CLK | LCD Display |
196 | GPIO_B0_01 | LCD_ENABLE | LCD Display |
198 | GPIO_B0_02 | LCD_HSYNC | LCD Display |
200 | GPIO_B0_03 | LCD_VSYNC | LCD Display |
202 | GPIO_B0_04 | LCD_DATA00 | LCD Display |
204 | GPIO_B0_05 | LCD_DATA01 | LCD Display |
206 | GPIO_B0_06 | LCD_DATA02 | LCD Display |
[all …]
/Zephyr-Core-3.5.0/boards/xtensa/odroid_go/
Dodroid_go_defconfig14 # required to enable LCD backlight
/Zephyr-Core-3.5.0/drivers/auxdisplay/
DKconfig.hd447805 bool "Hitachi HD44780 LCD driver"
/Zephyr-Core-3.5.0/samples/drivers/lcd_cyclonev_socdk/
Dsample.yaml2 description: Cyclone V Soc Devkit LCD sample
DCMakeLists.txt4 # CMakeList file to generate example for LCD disply on Cyclone V SoC DevKit

1234567