Searched full:lcd (Results 1 – 25 of 182) sorted by relevance
12345678
/Zephyr-Core-3.6.0/samples/drivers/misc/grove_display/ |
D | README.rst | 1 .. 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/
|
D | sample.yaml | 2 name: Grove LCD Sample 10 filter: dt_compat_enabled("seeed,grove-lcd-rgb")
|
/Zephyr-Core-3.6.0/samples/sensor/th02/ |
D | README.rst | 9 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/
|
D | sample.yaml | 8 filter: dt_compat_enabled("hoperf,th02") and dt_compat_enabled("seeed,grove-lcd-rgb")
|
/Zephyr-Core-3.6.0/samples/drivers/lcd_hd44780/ |
D | README.rst | 1 .. 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
|
D | sample.yaml | 2 name: Display text strings on HD44780 based 20x4 LCD controller 4 sample.drivers.lcd.hd44780:
|
/Zephyr-Core-3.6.0/dts/bindings/display/ |
D | nxp,imx-elcdif.yaml | 4 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
|
D | nxp,dcnano-lcdif.yaml | 4 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
|
D | st,stm32-ltdc.yaml | 5 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.
|
D | rocktech,rk043fn02h-ct.yaml | 4 description: Rocktech LCD module with LED backlight and capacitive touch panel
|
/Zephyr-Core-3.6.0/samples/sensor/th02/src/ |
D | main.c | 40 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/ |
D | seeed,grove-lcd-rgb.yaml | 4 description: Seeed Grove LCD RGB 6 compatible: "seeed,grove-lcd-rgb"
|
/Zephyr-Core-3.6.0/samples/sensor/grove_temperature/ |
D | README.rst | 12 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/ |
D | Kconfig | 5 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/ |
D | main.c | 36 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/ |
D | grove_lcd.h | 1 /* 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/ |
D | panel.h | 10 * @brief LCD Interface 11 * @defgroup lcd_interface LCD Interface
|
/Zephyr-Core-3.6.0/drivers/display/ |
D | Kconfig.stm32_ltdc | 7 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/ |
D | m5stack_stamps3-pinctrl.dtsi | 65 pinmux = <LEDC_CH0_GPIO9>; /* lcd backlight */ 76 pinmux = <MCPWM0_OUT0A_GPIO9>; /* lcd backlight */
|
/Zephyr-Core-3.6.0/dts/bindings/gpio/ |
D | st,dsi-lcd-qsh-030.yaml | 5 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/ |
D | README.rst | 12 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/ |
D | main.c | 17 * @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/ |
D | m5stack_atoms3_defconfig | 9 CONFIG_REGULATOR=y # for LCD backlight
|
/Zephyr-Core-3.6.0/drivers/auxdisplay/ |
D | Kconfig.hd44780 | 5 bool "Hitachi HD44780 LCD driver"
|
/Zephyr-Core-3.6.0/boards/xtensa/odroid_go/ |
D | odroid_go_defconfig | 14 # required to enable LCD backlight
|
12345678