Home
last modified time | relevance | path

Searched full:hd44780 (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/dts/bindings/auxdisplay/
Dhit,hd44780.yaml7 description: Hitachi HD44780 LCD
9 compatible: "hit,hd44780"
57 Default is as per Hitachi HD44780 specification.
64 Default is as per Hitachi HD44780 specification.
71 another command. Default is as per Hitachi HD44780 specification.
78 sending another command. Default is as per Hitachi HD44780 specification.
85 another command. Default is as per Hitachi HD44780 specification.
/Zephyr-latest/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.
9 Display text strings on parallel interfacing HD44780 based
Dsample.yaml2 name: Display text strings on HD44780 based 20x4 LCD controller
4 sample.drivers.lcd.hd44780:
/Zephyr-latest/drivers/auxdisplay/
DKconfig.hd447805 bool "Hitachi HD44780 LCD driver"
9 Enable driver for Hitachi HD44780 and compatible LCDs.
DKconfig23 source "drivers/auxdisplay/Kconfig.hd44780"
Dauxdisplay_hd44780.c185 * If proper power supply is used to power the HD44780, it initializes correctly in hd44780_ic_initialize()
229 LOG_ERR("HD44780 mode must be 4 or 8-bit"); in auxdisplay_hd44780_init()
515 /* HD44780 accepts 5x8 font but needs 8x8 data to be sent, mask off top 3 bits in auxdisplay_hd44780_custom_character_set()
/Zephyr-latest/samples/drivers/auxdisplay/boards/
Desp_wrover_kit.overlay2 * Character HD44780 module driven by the PCF8574 gpio.
16 auxdisplay_0: hd44780 {
17 compatible = "hit,hd44780";
Dnucleo_f746zg.overlay9 compatible = "hit,hd44780";
/Zephyr-latest/samples/drivers/auxdisplay/
DREADME.rst18 HD44780-compatible 20 character by 4 line display. See the overlay file
/Zephyr-latest/samples/drivers/lcd_hd44780/src/
Dmain.c6 * @file Display text strings on HD44780 based 20x4 LCD controller
9 * Datasheet: http://lcd-linux.sourceforge.net/pdfdocs/hd44780.pdf
476 /* this is according to the hitachi HD44780 datasheet in pi_lcd_init()
/Zephyr-latest/include/zephyr/drivers/
Dauxdisplay.h87 /** Display-specific data (e.g. 4-bit or 8-bit mode for HD44780-based displays) */
/Zephyr-latest/doc/releases/
Drelease-notes-3.4.rst765 * HD44780 driver added.