Log in

View Full Version : how to scroll display one character



micro
- 6th March 2006, 14:56
hello
please give me an idea about scroll display one character
left or right from a position, for example
first i use serial LCD, 16 character , one line

i type 10 numbers by Keypad , 1,2,3,4,5,6,7,8,9,0
the positions of every character are
128,129,130,131,132,133,134,135,136,137
i wan to put a number between 4 and 5 then the next numbers
will shift to right one position,so the new position is
138 after all positions and if i want to delete one
character, then the display will scroll one character to left as in
PC keybord Back Space.
i tried to use instruction 28 and 24 codes for LCD display but they
scroll all lines but i want to scroll from a position not
all line.

any idea please

i hope you have got the idea

pic16f84
serial LCD

Melanie
- 6th March 2006, 17:06
There's a fun bit of LCD scrolling code at the start of the Olympic Timer program... do a search...

micro
- 13th March 2006, 15:49
what do you mean by Olympic Timer program?
i want to make simple SMS but i meet a peoblem to scroll some texts when i do something like Backspace like in PC

Darrel Taylor
- 13th March 2006, 22:32
What do you mean, "what do you mean"

Olympic Timer
http://www.picbasic.co.uk/forum/showthread.php?t=632