Synopsis
void hd44780_puts(HD44780_DRIVER_t *self,
                  const char *s);
Description

hd44780_puts writes the null-terminated string pointed to by s to the display self. Each character in s, excluding the terminating null character, is written to the display using hd44780_putc.