[En-Nut-Discussion] LCD

Andrea Cannavicci axel_lob at email.it
Thu Apr 28 10:16:47 CEST 2005


I would use in my application an LCD display too.
What kind of LCD display you use? Can you indicate me the model and the
manufacturer?

Thanks in advance.

Andrea Cannavicci


----- Original Message -----
From: "GPenzo" <gpenzo at wanadoo.nl>
To: "Ethernut User Chat (English)" <en-nut-discussion at egnite.de>
Sent: Wednesday, April 27, 2005 9:58 PM
Subject: Re: [En-Nut-Discussion] LCD


> Matej Grašič wrote:
>
> > Hello.
> >
> > I have some problems with the Ethernut display driver.
> >
> > I connected a standard 2*16  LCD display, the accordind to the
> > Ethernut application note 1.
> >
> > Then I did this:
> >
> > NutRegisterDevice(&devLcd, 0, 0);
> >
> > lcd = fopen(name, "w");
> >
> > fprintf(lcd, "heja");
> >
> > My problem is that I can write to the first line, but no action in the
> > second one. Have I missed something.
> >
> > Another thing is, where can I find the control bits eg. to control
> > blinking, text position 1-2 line, ...? Can anyone give me short info.
> >
> > Thanks in advance for any answers.
> >
> > Best regards,
> >
> > Matej
> >
> >
> >
> >
> >
> > _______________________________________________
> > En-Nut-Discussion mailing list
> > En-Nut-Discussion at egnite.de
> > http://www.egnite.de/mailman/listinfo.cgi/en-nut-discussion
> >
> >
> fprintf(lcd,"hello\nworld");
> moving cursor to a position or set blinking cursor.
> You can do it by sending a command to your lcd. Look in its manual.
> At my work i do it that way
>
> Grayson Penzo
>
> _______________________________________________
> En-Nut-Discussion mailing list
> En-Nut-Discussion at egnite.de
> http://www.egnite.de/mailman/listinfo.cgi/en-nut-discussion




More information about the En-Nut-Discussion mailing list