I have few clarifications on the LCD display programming.
a. I have seen instructions to write to LCD instruction register 0- single line 1 - 2 lines, but i am using 4-line display (20*4), so the command basically is not applicable?
b. The meaning of scrolling message - I have 20 characters the purpose is to scroll only these 20 characters? But i have more than 20 characters can i display them by using scrolling by writing all the characters once? I am bit confused with meaning of scrolling.
c. In LCD we require very small delays, what is the recommendation to obtain these delays in PIC controllers, using timers or for loops? I always heard of recommendation of not to use for loops.
a. I have seen instructions to write to LCD instruction register 0- single line 1 - 2 lines, but i am using 4-line display (20*4), so the command basically is not applicable?
b. The meaning of scrolling message - I have 20 characters the purpose is to scroll only these 20 characters? But i have more than 20 characters can i display them by using scrolling by writing all the characters once? I am bit confused with meaning of scrolling.
c. In LCD we require very small delays, what is the recommendation to obtain these delays in PIC controllers, using timers or for loops? I always heard of recommendation of not to use for loops.