Parameters needed for device initialization. More...
#include <hd44780.h>
Data Fields | |
uint8_t | cols |
number of LCD cols | |
uint8_t | rows |
number of LCD rows | |
gpio_t | rs |
rs gpio pin | |
gpio_t | rw |
rw gpio pin | |
gpio_t | enable |
enable gpio pin | |
gpio_t | data [HD44780_MAX_PINS] |
data gpio pins | |