Device: CFA634-TMC-KU
Feature: Scrolling Marquee aka 022
Scripting language: AutoIT ( http://www.autoitscript.com/autoit3/index.shtml )
I think the problem is my lack of understanding of this feature.
I can get the CFA634 to scroll the data I send to any line..
What I can't figure out is if I am not sending the data to it correctly. What I mean is...
What I expect when I enable scrolling marquee is all the data I send to that line to scroll across that line.
What I get is just the first 20 characters scrolling and any characters over the 20 going on to the next line.
Line 1 scrolling : This is the time for <scrolling>
Line 2 not scrolling:all good men to <not scrolling, as expected>
I did not tell it to "spill" over to line2 I was trying to figure out how to code more than 20 characters to scroll out from line1.
..am I making sense?
..do I just have to parse my data for line1 and feed it 20 characters at at time?
Thanks for any all help!
Feature: Scrolling Marquee aka 022
Scripting language: AutoIT ( http://www.autoitscript.com/autoit3/index.shtml )
I think the problem is my lack of understanding of this feature.
I can get the CFA634 to scroll the data I send to any line..
What I can't figure out is if I am not sending the data to it correctly. What I mean is...
What I expect when I enable scrolling marquee is all the data I send to that line to scroll across that line.
What I get is just the first 20 characters scrolling and any characters over the 20 going on to the next line.
Line 1 scrolling : This is the time for <scrolling>
Line 2 not scrolling:all good men to <not scrolling, as expected>
I did not tell it to "spill" over to line2 I was trying to figure out how to code more than 20 characters to scroll out from line1.
..am I making sense?
..do I just have to parse my data for line1 and feed it 20 characters at at time?
Thanks for any all help!
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.