ks0108 LCD issues
Tom (SA)
Posts: 6
Hi There,
I recently started playing around with a gadget gangster propeller platform kit. I managed to hook up a ks0108 lcd and got it working with the ks0108 lcd library I found on the obex. My only problem is that it seems like there is some flickering, even when just displaying some basic text and then nothing more. I'm guessing that the driver runs in some kind of loop and I figured that it's maybe trying to refresh to fast for my lcd. I had a look at the code of the driver but the main core is written in asm which to me is gibberish
Does anybody have any ideas or suggestions on how I can get rid of the flicker ?
My little test prog is very basic:
Thanks,
Tom
I recently started playing around with a gadget gangster propeller platform kit. I managed to hook up a ks0108 lcd and got it working with the ks0108 lcd library I found on the obex. My only problem is that it seems like there is some flickering, even when just displaying some basic text and then nothing more. I'm guessing that the driver runs in some kind of loop and I figured that it's maybe trying to refresh to fast for my lcd. I had a look at the code of the driver but the main core is written in asm which to me is gibberish
Does anybody have any ideas or suggestions on how I can get rid of the flicker ?
My little test prog is very basic:
lcdpointer:=text.start text.out($1) text.str(string("Dcml pnt 2 "))
Thanks,
Tom
Comments
If it is my code, play with this line - (down towards the bottom of the asm)
set this number larger for a slower write, it may take care of the problem. I used a hantronix lcd for this code, and they can be written relatively fast.
Thanks again for all the help