[En-Nut-Discussion] Connect T6963 LCD display to Ethernut 1.3
Pavel Chromy
chromy at asix.cz
Sat Oct 23 20:41:07 CEST 2004
Hello Chris,
Chris Damgaard wrote:
> I want to connect a t6963 based LCD disply to the ethernut board. Right
> now I have a working sample that use port B for the 8 data lines, but I
> have to use this port and the rest for other things.
>
> If I connect to the data bus and memory map the display how do I then
> write / read to it (C command to read and write from external memory).
First, if you want to connect the display as MMIO, you naturally have to add an address
decoder to your display. I wonder whether it is some space in PLD to fit it in.
As I don't have the original Ethernut board, neither have I studied it, I do not know.
> It would be nice with a code example.
This is the siple part, just use a pointer directed to correct address e.g.
unsigned char *display=0xf123;
*display=0x12;
--
Mgr. Pavel Chromy
ASIX s r.o.
Staropramenna 4
150 00 Praha 5
More information about the En-Nut-Discussion
mailing list