Re: Do you bother with reading from the LCD (HD44780)?



On a sunny day (Wed, 06 Feb 2008 16:07:56 +0000) it happened John Devereux
<jdREMOVE@xxxxxxxxxxxxxxxxxx> wrote in
<87ir126pb7.fsf@xxxxxxxxxxxxxxxxxxxxxxx>:

Jan Panteltje <pNaonStpealmtje@xxxxxxxxx> writes:

On a sunny day (Wed, 06 Feb 2008 15:50:43 GMT) it happened _
<jtayNOSPAMlor@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
<kq6zmfxp8mtn.1eqsnpqll5mri.dlg@xxxxxxxxxx>:

I have an extra pin; the R/W pin of the LCD is tied low so output always
works - but I could use that pin to control the line.

Does anyone read from the LCD; and if so, why?

You make a mistake, you need to *read* to check the 'busy flag'.

You don't *have* to - you could assume a "worst case" timing
instead. I used to do this, it means the program can still carry on
even if there is no LCD working. (Without needing timeouts on every
operation). Text output is usually so slow the extra delay does not
matter.

That depends, if you are on RS232 and a small buffer (say 3 characters),
you will be more limited in baudrate if you use a fixed delay.
Your delay will have to accomodate worst case parameters, and be long.

And I do not see how you can select a line in a 4 line display with one bit.

.



Relevant Pages

  • Re: lcd interfacing
    ... in delay program i gave a delay of 250ms. ... by flashing i mean to say that the lcd is lit when i switch on the ... i m having a doubt in initialising commands.do i need to initialise ...
    (comp.arch.embedded)
  • Re: 24X2 character LCD driver code
    ... >>> I'm looking for assembly code to allow me to use my 24X2 ... >>> character LCD module with a PIC 16F873A microcontroller. ... Your current code has no delay between ... > first row when I turn it up. ...
    (sci.electronics.design)
  • Re: Why do DSLRs still use mirrors?
    ... is the EVF/LCD refresh rate, which is 60 to 120 fps or faster. ... You can see the effects of live view lag on high pixel count cameras ... and it's much greater than the LCD refresh rate. ... This delay is so low as to be not noticable with my old 4MP P&S. ...
    (rec.photo.digital)
  • Re: lcd interfacing
    ... i hav done my lcd interfacing through delay function & through polling ... in delay program i gave a delay of 250ms. ...
    (comp.arch.embedded)
  • Re: lcd interfacing
    ... i hav done my lcd interfacing through delay function & through polling ... in delay program i gave a delay of 250ms. ...
    (comp.arch.embedded)