Using LCD in graphic mode - persistency issue??
vaclav_sal
Posts: 451
I am looking into building an analog type meter display using LCD similar to one advertized at SparkFun. (http://www.sparkfun.com/products/710 link provided for technical reasons, not an advertizement)
I have never used LCD which required relatively rapid update and
I am wondering if this type of LCD has a persistence issue caused
by the display technology itself or by the controller speed of updating the display.
Would the processor itself have an noticeable effect too? ( SEROUT speed)
I 'll be using BS2e.
For example if my analog meter needle travels from zero to full scale in one second would I see a smudge of pixels or nice needle skipping pixels?
Please reply only if you have an actual experience updating LCD in this fashion.
I am not soliciting opinions this time.
Thanks for reading and understanding.
Vaclav
I have never used LCD which required relatively rapid update and
I am wondering if this type of LCD has a persistence issue caused
by the display technology itself or by the controller speed of updating the display.
Would the processor itself have an noticeable effect too? ( SEROUT speed)
I 'll be using BS2e.
For example if my analog meter needle travels from zero to full scale in one second would I see a smudge of pixels or nice needle skipping pixels?
Please reply only if you have an actual experience updating LCD in this fashion.
I am not soliciting opinions this time.
Thanks for reading and understanding.
Vaclav
Comments
It could give you an idea.
Anyway moving a needle full scale either require a lot of refreshes or selectively clearing/setting the pixels.
My guess is you will have problems to get this update speed.
Probably a propeller and one of Ray's LCDs would get you closer.
Massimo
I think in case of a "needle" I should be able to delete the old position and write the new one.
But then I will run out of variable space for sure unless I can figure out how to do LINE in PBASIC.
I think you were thinking doing it Windoze style where it is easier to rewrite the whole sceen.
Either way, thanks for reply.
Massimo
I am sure Prop would work better. I am not set hard on BS2e it it won't do the job.
Thanks
Vaclav