Need help finding a large text display for Propeller project
Robert Graham
Posts: 55
I'm just about done writing code to drive a Parallax 27979 display. I love this little guy; the only problem is the fact that this display is a bit too small to be comfortably read from six feet away. It is for a foot switch operated device. The device sits on the floor, and I step on switches to operate it.
I really only need a text display. So, I'm hoping I can find a similar display that is at least twice as large, but I don't want to learn to output video from a Propeller right now, as I'm broke and lonely from developing the project already! The Mini LCD A/V Color Display looks great, but I'm thinking I won't be able to run it with simple code, unlike the 20x4 27979.
If anyone can recommend a large text display, that is easy to use, which displays characters twice as large as the 27979 or better, please help me! It would be nice if it could display four lines of text or more.
I really only need a text display. So, I'm hoping I can find a similar display that is at least twice as large, but I don't want to learn to output video from a Propeller right now, as I'm broke and lonely from developing the project already! The Mini LCD A/V Color Display looks great, but I'm thinking I won't be able to run it with simple code, unlike the 20x4 27979.
If anyone can recommend a large text display, that is easy to use, which displays characters twice as large as the 27979 or better, please help me! It would be nice if it could display four lines of text or more.
Comments
Tricky, found a 16x1 display 6" wide: http://uk.farnell.com/midas/mc11615a6w-bnmlw/lcd-16x1-bstn-white-on-blue/dp/2218953?in_merch=New Products
https://www.sparkfun.com/products/8799
Ray made a very nice object. I modified it a little bit to output big text with ROM fonts. Thanks to Ray's permission it is on the obex.
Electronic assembly is another nice source. I purchased a big display readable in direct sunlight, and while very expensive the quality is astounding.
Massimo
Take a look at the VGA_Text and TV_Text demos that come with the Prop Tool. It only takes a little bit of time to figure them out...
I'm going to look into your suggestion max72. Thanks again!
Massimo