Synopsis
void hd44780_display_off(HD44780_DRIVER_t *self);
Description

hd44780_display_off turns off the LCD display such that it is blank; you can still write to the display, but the display will not show any changes whilst off. Turning off a display that is already off has no effect.

You can turn the display back on using hd44780_display_on.