From: Luis.F.Correia <Lui...@se...> - 2007-01-16 08:41:12
|
Hi Michael, > -----Original Message----- > From: lcd...@li... > [mailto:lcd...@li...] On > Behalf Of Michael Reinelt > Sent: Monday, January 15, 2007 9:29 PM > Cc: lcd4linux-devel > Subject: Re: [Lcd4linux-devel] [lcd4linux] uClinux patch. > > Hi Luis, > > > 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) > > OTOH, if you like to have your 'own' driver, we could do so; > but they would share some common code... maybe we could > backport your changes later... just let me know what you prefer. what I had in mind was something even less stressfull but maybe hard to make. and it is split the HD44780 driver even further so that the actual 'bus' connection is fully separated from the HD44780 core. which would make things like supporting different connections even simpler from memory there are some major HD44780 connections: -parport -i2c -serial-to-paralell (obsolete by now) -gpio (from Martin Hejl's, although it uses a parport emulation) -some other that I can't recall > > > > p.s. no need to CC me > sorry... got used to hit "reply all" :-) > eheh > bye, Michael > Luis Correia |