Searched full:hd44780 (Results 1 – 12 of 12) sorted by relevance
7 description: Hitachi HD44780 LCD9 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.
1 .. zephyr:code-sample:: lcd-hd447802 :name: HD44780 LCD controller5 Control an HD44780-based LCD display using GPIO pins.9 Display text strings on parallel interfacing HD44780 based
2 name: Display text strings on HD44780 based 20x4 LCD controller4 sample.drivers.lcd.hd44780:
5 bool "Hitachi HD44780 LCD driver"9 Enable driver for Hitachi HD44780 and compatible LCDs.
23 source "drivers/auxdisplay/Kconfig.hd44780"
185 * 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()
2 * Character HD44780 module driven by the PCF8574 gpio.16 auxdisplay_0: hd44780 {17 compatible = "hit,hd44780";
9 compatible = "hit,hd44780";
18 HD44780-compatible 20 character by 4 line display. See the overlay file
6 * @file Display text strings on HD44780 based 20x4 LCD controller9 * Datasheet: http://lcd-linux.sourceforge.net/pdfdocs/hd44780.pdf476 /* this is according to the hitachi HD44780 datasheet in pi_lcd_init()
87 /** Display-specific data (e.g. 4-bit or 8-bit mode for HD44780-based displays) */
765 * HD44780 driver added.