Synopsis
void hd44780_set_backlight(HD44780_DRIVER_t *self,
                           int level);
Description

hd44780_set_backlight sets the backlight level of the display self to level. Whilst there is no LCD command to implement this, a driver may wish to implement the set_backlight method of the interface so that the display backlight is controllable using hd44780_set_backlight.