Fixed 4bit enable lines bug.

This commit is contained in:
robijn
2002-03-24 19:28:50 +00:00
parent 8e1a0f1786
commit 6d41e71f33
2 changed files with 8 additions and 8 deletions
-4
View File
@@ -242,10 +242,6 @@ HD44780_init (Driver * drvthis, char *args)
memset(p->cc_buf, 0, NUM_CCs * p->cellheight);
memset(p->cc_dirty, 1, NUM_CCs); /* all custom chars dirty */
// Backlight ?
if ( p->have_backlight ) {
drvthis->backlight = HD44780_backlight;
}
// Keypad ?
if ( p->have_keypad ) {
int x, y;