From: Michael R. <re...@eu...> - 2007-01-16 06:22:36
|
Robert Buchholz wrote: > Michael Reinelt wrote: >>> I plan to put myself back into lcd4linux development, to finally finish >>> the HD44780-I2C driver, if you split it into it's own file, it would >>> surely make things better :) >> Oh, I don't plan to duplicate the whole HD44780 driver, but only the >> driver entry in drivers.m4, so one can select >> "--with-drivers=HD44780-I2C" and don't get the parport stuff linked in >> (ifdef'ed out by #ifdef WITH_PARPORT or something) > > Will this disable the possibility to compile both drivers at the same time? Yes and no :-) The "normal" HD44780 driver will contain both parport and i2c stuff, but the new "HD44780-I2C" driver will contain i2c *only*. Default behaviour (--with-drivers=all) will compile the standard HD44780 driver with i2c support. Note that there's no seperate HD44780 driver, nor a 2nd drv_HD44780.c driver source. -- Michael Reinelt <re...@eu...> http://home.pages.at/reinelt GPG-Key 0xDF13BA50 ICQ #288386781 |