Re: [Lcd-linux] Connecting HD44780 to AT91SAM9260
Brought to you by:
mjona
From: Mattia Jona-L. <mat...@gm...> - 2010-07-12 14:42:43
|
Hi, low level functions are contained in the driver only, not in lcd-linux.c. Therefore to make it work with (I presume) memory mapped access, you just need to rewrite __read_display() and __write_display() in hd44780.c Please tell me the outcome of your tests. It would be interesting to add more platforms to lcd-linux. Regards, Mattia On Sat, Jul 10, 2010 at 2:47 PM, Viktar Palstsiuk <vik...@pr...> wrote: > Hello, > > I want to connect WH1602 (HD44780 based LCD) to ARM controller > AT91SAM9260 running Linux 2.6.33. > > As I can see lcd-linux uses parallel port connection to HD44780, I > have WH1602 connected to AT91 using GPIO lines. > > What functions of lcd-linux need to be reworked to make driver working > on my platform. > > -- > Viktar Palstsiuk > |