Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/06/03 15:12
Read: times


 
#40914 - This is how to backspace
Responding to: ???'s previous message

I hope the LCDdriver is the Hitachi 47780 type. If that is the case, then the following written to the command will do what you want:

DCON EQU 18H ; Dis & Cur control.DiS shift=S=1,Leftwise=L=0; 0001 SL00

Actually with the above, the chracter that you send to the LCD increments the pointer in the display RAM ( DDRAM) by 1 resulting in the next character to appear to the right of the previous one.

So if you want to shift Left, make L=1 and write suitably to the command register.

Trust OK

Raghu

List of 10 messages in thread
TopicAuthorDate
How Can I execute a Backspace on LCD?            01/01/70 00:00      
   RE: How Can I execute a Backspace on LCD            01/01/70 00:00      
      How Can I move the cursor back?            01/01/70 00:00      
   RE: How Can I execute a Backspace on LCD            01/01/70 00:00      
   This is how to backspace            01/01/70 00:00      
      RE: This is how to backspace            01/01/70 00:00      
         RE: This is how to backspace            01/01/70 00:00      
         RE: This is how to backspace            01/01/70 00:00      
            RE: This is how to backspace            01/01/70 00:00      
   RE: How Can I execute a Backspace on LCD?            01/01/70 00:00      

Back to Subject List