Synopsis
void hd44780_write(HD44780_DRIVER_t *self,
                   const char *s,
                   size_t len);
Description

hd44780_write writes the fixed-length string pointed to by s to the display self. len characters are written to the display using hd44780_putc.