5

I'm looking for some not too expensive, easy to control color graphics LCD I can use for various hobby projects, along with an AVR microcontroller or maybe an ARM in the future. The cheaper the better, but I want to be able to either control it with a serial connection, or a low-speed parallel connection. Some LCDs require multiple MHz parallel control signals to drive each pixel individually, I probably can't manage that with a single AVR. This unfortunately rules out super cheap LCDs like replacement Nintendo DS LCDs or whatever. Recommendations on LCDs that you've personally used & liked will be especially appreciated. Thanks.

flag
1 
What resolution? What do you consider low-cost? – jluciani Jan 21 at 3:01
Don't have a specific resolution needs, I'd like to know some options. As for low cost, the cheaper the better...but I'd say the range is $20-$50. – davr Jan 21 at 6:38

2 Answers

1

This LCD assembly works with serial commands and is only about $35 [USD]. There are other options as well, but even once you get past the command set, interfacing to small LCDs physically is difficult due to the FPC connectors they use. If that is not a problem, you might find more variety with low cost color displays from Newhaven Display International. I've used two of their products so far. Digikey carries some of them, but some seem to have a large minimum order quantity, so you might have to order directly from newhaven.

link|flag
Which have you used from Newhaven, their color TFT displays? They look interesting, though it might require a good number of I/O pins, but still usable (8-bit paralell + a few more for control signals) – davr Jan 21 at 17:20
I've used the NHD-2.4-240320YF-CTX#-T-1-ND and the NHD-C128128BZ-FSW-GBW-ND. Unfortunately they both require 16 bit interfaces (the data sheets, unfortunately, are misleading) so they won't be easy to drive directly from the arduino, but a serial in parallel out chip could be used. They don't require high speed updates, and they are reasonably nice displays. – Adam Davis Jan 22 at 3:03
0

Hello, I have a large qty. of LCD screens available, with datasheet, source code, and a sample program to drive the LCD through the parallel port. It is a 1.5" 128x128 LCD Screen with 65K color and the contacts are a good size for soldering to. The link is here: http://cgi.ebay.ca/ws/eBayISAPI.dll?ViewItem&rd=1&item=170408432092&ssPageName=STRK:MESE:IT

link|flag
1.5" is pretty tiny, but it might be good for some things, and it looks pretty cheap. Thanks for the suggestion. – davr Feb 26 at 22:51
I have a 2.0" screen as well, but not nearly as much documentation to work with. Resolution is 240x320 (QVGA) with 16.8M Colors I believe. It is on our website at: continuumtech.ca/detail.asp?control=1024026 (there are a few other LCD's as well) If someone can figure this out. – Chris Mar 1 at 16:37

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.