HD44780: start pins on init (#2576)
This fixes bug introduced in 7803968621
Sorry!
This commit is contained in:
parent
a70f113b77
commit
a867b3e286
|
@ -238,6 +238,8 @@ void lcd_HD44780_init() {
|
||||||
if (!lcd_HD44780_is_enabled())
|
if (!lcd_HD44780_is_enabled())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
startHD44780_pins();
|
||||||
|
|
||||||
chThdSleepMilliseconds(20); // LCD needs some time to wake up
|
chThdSleepMilliseconds(20); // LCD needs some time to wake up
|
||||||
lcd_HD44780_write(LCD_HD44780_RESET); // reset 1x
|
lcd_HD44780_write(LCD_HD44780_RESET); // reset 1x
|
||||||
chThdSleepMilliseconds(1);
|
chThdSleepMilliseconds(1);
|
||||||
|
|
Loading…
Reference in New Issue