Corrected HD44780 to work with the curses driver.
This commit is contained in:
@@ -452,7 +452,7 @@ lcd_add_driver (char *driver, char *args)
|
||||
if ((add = lcd_allocate_driver()) == NULL)
|
||||
return -1;
|
||||
|
||||
memset (add, 0, sizeof (add));
|
||||
memset (add, 0, sizeof (lcd_logical_driver));
|
||||
|
||||
// Default settings for the driver...
|
||||
lcd_drv_init(add, NULL);
|
||||
|
||||
Reference in New Issue
Block a user