Firstly, this is my first thread, so hello everybody!
I have recently aquired a 16 x 2 cwlinux LCD panel with 6 control buttons.
I have used the cwlinux demo software to test the panel and all works fine...However, when attached to LCD Smartie it seems like the data is scrambled, or trying to scroll too fast. Also, only one line of the display is showing the 'scrambled' data.
Is there anyway I can get LCD Smartie to function correctly on this LCD?
It seems to be "sort of" Matrix Orbital compatible but all the commands have an extra byte in them so the CWlinux display won't work properly in Smartie unless you use the test driver. See http://lcdsmartie.sourceforge.net/testdriver.html for details.
You'll need to use something like:
Init=254,88,253
GotoLine1=254,71,1,1,253
GotoLine2=254,71,1,2,253
and so on. You can try copying the Matrix Orbital example from the test driver info page, but add the 253 byte after every command (commands start with 254), eg:
Init=254,66,0,254,84....... becomes Init=254,66,0,253,254,84,253........
I don't use the test driver, so others will probably be able to give more help. Hope that info helps!
Thanks for working on this. I've installed it and I am using a cw12232 on a older windows xp box.
Everything seems to be working fine except for special characters. The one I noticed, is if use use a control with a bar, what should be a fully filled in (or some subset) 6x8 character cell, displays as blanks.
A simple example is:
$Bar(30, 100, 10)
So far it has been running for about a 1/2 hour, no problems to report!
It is much appricated to see my cw12232 easily working on my windows box!