Corrected HD44780 to work with the curses driver.

This commit is contained in:
robijn
2001-10-06 13:51:45 +00:00
parent f8b89f2666
commit db935c35bf
5 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ hd_init_4bit (HD44780_functions * hd44780_functions, lcd_logical_driver * driver
common_init ();
if (keypad) {
if (have_keypad) {
// Remember which input lines are stuck
stuckinputs = lcdstat_HD44780_readkeypad (0);
}