View previous topic :: View next topic |
Author |
Message |
seidleroni
Joined: 08 Sep 2008 Posts: 21
|
Graphical LCD - Which one have you used in the past? |
Posted: Mon Sep 08, 2008 3:22 pm |
|
|
I am about to start a project using a graphical monochrome LCD and I wanted to know if anybody here has used any graphical LCD and what their thoughts were about the ones they used (how easy was it to program, how good did it look, etc...). If you recommend any to me (specifically smaller displays approximately 1" to 2" diagonal) would be great! |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
ckielstra
Joined: 18 Mar 2004 Posts: 3680 Location: The Netherlands
|
|
Posted: Mon Sep 08, 2008 6:21 pm |
|
|
If it is for a one-time / hobby project than you could use a mobile telephone display. I wouldn't recommend these for large production series as you never can be sure the display will be on sale next year.
Many phone display projects can be found on the internet. For example the Nokia 3310 has a 84x48 pixel monochrome LCD for about US$10.
My favourite is the Nokia 6100 132x132 pixel color LCD, often used in hobby projects and lots of documentation can be found. It is available at various internet sources for US$20 or less, for example at eBay and Sparkfun.
Two good introduction documents for programming this display:
http://www.sparkfun.com/tutorial/Nokia%206100%20LCD%20Display%20Driver.pdf
http://www.matrixmultimedia.com/articles/Article%20-%20graphical%20LCDs.pdf
The Sparkfun site has more links to documents and code examples, even a link to CCS-style code for the PIC16. |
|
|
seidleroni
Joined: 08 Sep 2008 Posts: 21
|
|
Posted: Tue Sep 09, 2008 6:59 am |
|
|
Just to answer your questions, this is for a production system, not a hobbyist system. One of the displays we're considering is using an OLED display like this: http://www.osddisplays.com/oled.php specifically the one that has the OSD display logo in yellow on black.
Also, it seems that most of the displays make it kind of difficult to display text as you have to map what each character looks like. I know there is the example (GLCD.c) provided by CCS, but is that example useable on most graphical LCD's or is it only specifically for one type? |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
|
|