Searched full:lcd2s (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/auxdisplay/ |
D | lcd2s.c | 3 * Console driver for LCD2S 4x20 character displays connected through i2c. 7 * This is a driver allowing you to use a LCD2S 4x20 from Modtronix 99 struct lcd2s_data *lcd2s = lcd->drvdata; in lcd2s_print() local 102 lcd2s_i2c_master_send(lcd2s->i2c, buf, sizeof(buf)); in lcd2s_print() 108 struct lcd2s_data *lcd2s = lcd->drvdata; in lcd2s_gotoxy() local 111 lcd2s_i2c_master_send(lcd2s->i2c, buf, sizeof(buf)); in lcd2s_gotoxy() 118 struct lcd2s_data *lcd2s = lcd->drvdata; in lcd2s_home() local 120 lcd2s_i2c_smbus_write_byte(lcd2s->i2c, LCD2S_CMD_CUR_RESET); in lcd2s_home() 126 struct lcd2s_data *lcd2s = lcd->drvdata; in lcd2s_init_display() local 129 lcd2s_i2c_smbus_write_byte(lcd2s->i2c, LCD2S_CMD_DISPLAY_ON); in lcd2s_init_display() [all …]
|
D | Makefile | 15 obj-$(CONFIG_LCD2S) += lcd2s.o
|
D | Kconfig | 186 config LCD2S config 187 tristate "lcd2s 20x4 character display over I2C console" 191 This is a driver that lets you use the lcd2s 20x4 character display
|
/Linux-v6.1/Documentation/devicetree/bindings/auxdisplay/ |
D | modtronix,lcd2s.yaml | 4 $id: http://devicetree.org/schemas/auxdisplay/modtronix,lcd2s.yaml# 7 title: Modtronix engineering LCD2S Character LCD Display 13 The LCD2S is a Character LCD Display manufactured by Modtronix Engineering. 19 const: modtronix,lcd2s 52 lcd2s: auxdisplay@28 { 53 compatible = "modtronix,lcd2s";
|