covert lcd 16x2 to lcd 20x4 line display
wb7076
Posts: 29
I need some help how do i convert this to a 4bit, 20x4 display. I wrote a nice code using this and i upgrade the display from the 16x2.
Comments
What else do you expect?
if y>2 you need to subtract 2 from y befor using it to calculate adr and after calculation of adr add $14 to adr.
Anyway, going from 16x2 to 20x2 is just a matter of writing 4 more characters. Going from 20x2 to 20x4 adds two different lines to write to. Sing out if you can't find it. If you have your working code check the line number addresses and add two more. This is an excerpt from some working code I have so you can see the line numbers:
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.smarthome.viviti.com/propeller
Post Edited (Dr_Acula) : 2/24/2010 11:49:38 PM GMT