Home
last modified time | relevance | path

Searched refs:LCD_CMD_DATA_LEN_8BITS (Results 1 – 1 of 1) sorted by relevance

/drivers/auxdisplay/
Dhd44780_common.c25 #define LCD_CMD_DATA_LEN_8BITS 0x10 /* Set data length to 8 bits */ macro
108 init = LCD_CMD_FUNCTION_SET | LCD_CMD_DATA_LEN_8BITS; in hd44780_common_init_display()
131 ((hdc->ifwidth == 8) ? LCD_CMD_DATA_LEN_8BITS : 0) | in hd44780_common_init_display()
256 ((hdc->ifwidth == 8) ? LCD_CMD_DATA_LEN_8BITS : 0) | in hd44780_common_set_function()