- unified hd44780 sub-driver that replaces picanlcd & lcdserializer while
providing the same functions (Matteo Pillon) - character mapping for special (almost) hd44780-compatible LCDs (Matteo Pillon)
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ dnl else
|
||||
actdrivers=["$actdrivers glk"]
|
||||
;;
|
||||
hd44780)
|
||||
HD44780_DRIVERS="hd44780-hd44780-picanlcd.o hd44780-hd44780-lcdserializer.o hd44780-hd44780-lis2.o"
|
||||
HD44780_DRIVERS="hd44780-hd44780-serial.o hd44780-hd44780-lis2.o"
|
||||
if test "$ac_cv_port_have_lpt" = yes ; then
|
||||
HD44780_DRIVERS="$HD44780_DRIVERS hd44780-hd44780-4bit.o hd44780-hd44780-ext8bit.o hd44780-lcd_sem.o hd44780-hd44780-winamp.o hd44780-hd44780-serialLpt.o"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user