Bug report: Scrolling skips a character

meklubba

New member
Hi,

I'm not sure if this section is the right one for bug reporting, if not please advice me to the right section.
Anyway, here's the bugreport. :)

CC2 Info:
Service Version: 1.00
Configure Version: 1.00
Build: 0153

Module Info:
CF634

Description:
The scrolling jumps one character when first character is scrolled out.

Symptoms:
Scrolling the text "ABCD EFG", from R to L, in an item of 3 character's length displays the following scrolling sequence, _ equals space.
__A
_AB
ABC
CD_
D_E
_EF
EFG
FG_
G__
___

The sequence BCD is skipped.

Reproduce the bug: Insert following and make approriate changes to row and item numbers.
[r03-i00]
length=3
options=10
scroll_speed=500
string="ABCD EFG"

/Daniel
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.
 
Top