Added PIC-an-LCD HD44780 subdriver.

Currently untested.
This commit is contained in:
robijn
2002-02-07 22:10:04 +00:00
parent 901833b353
commit 15b226483a
6 changed files with 148 additions and 8 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ dnl else
actdrivers=["$actdrivers lb216"]
;;
hd44780)
DRIVERS="$DRIVERS hd44780.o hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-serialLpt.o hd44780-winamp.o"
DRIVERS="$DRIVERS hd44780.o hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-serialLpt.o hd44780-winamp.o hd44780-picanlcd.o"
AC_DEFINE(HD44780_DRV)
actdrivers=["$actdrivers hd44780"]
;;