Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

graphical lcd selection

Status
Not open for further replies.

sijincool

Member level 2
Joined
Feb 10, 2010
Messages
43
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Location
india
Activity points
1,611
hi i am looking for a nice graphical lcd to start with

pls help me with the following

1) serial or parallel which one is more common? like 16x2 character lcd

2) in my region a lot of mobile phone lcds are availabe is it a good practice to include it in other product??(apart from future availability issue)

3) a lot of GLCD drivers are fount to be available.
iam confused with the above problems pls help
 

when it is graphical lcds it is mostly serial.

what type nos of GLCDs (manufacturer/typeno/partno) are available in your env ?

srizbf
3rdjuly2010
 

if you are learning, is best to start with a text LCD, the hdt44780-like LCD, or just 16x2 LCD (also they come in may sizes from 8x1 to 20x4 characters or more!) it's easy, it's well know, many people work with them everyday. also there is a plenty of code for them!

it's better to begin with a parallel LCD, so you can learn how to initialize it propertly, how to issue commands, and send data...

if you already can do that easily,you can aim to a Graphic-LCD like a LM12864L with a KS0108 controller like. it's something like the hdt44780, but with different commands,

after that you can aim to any GLCD, but you need to know which controller it has an how is the wiring or the pinage...

many sites offers the GLCD with datasheets and code examples, just check that all the info could be achieved with the controllers you will use.
 

Hello!

Why do you want him to start with a character LCD? He says explicitely he wants
to experiment with a graphic lcd. It sounds like selling a coffee maker to a
customer coming for a vacuum cleaner.

Now to reply the original question.

1. According to my experience (I wrote about 20 ~ 30 drivers), serial transmission
is very common for low resolution system (e.g 128 x 64 black & white). Parallel
is more common for higher resolution / color LCDs (e.g. QVGA color).

2. Mobile phone LCDs are available and can be used in any application. I developed
a driver for a QVGA using an MSP430. Here is a demonstration. The input is
16-bit, parallel. The TFT controller is inside of the LCD, so you can drive it with
any microcontroller which can drive at least 16 pins + 5~6 control lines.
By the way, the picture take time to display because they have to be read
one by one from the SD card (the MSP430 I used has 16k RAM only, so I can't
even load a full icon.
As for the japanese characters, they are in a serial flash. They are read and
decompressed one by one, which also takes time.



3. It would be nice to know what you are confused about.

Dora.

Kurenai_ryu said:
if you are learning, is best to start with a text LCD, the hdt44780-like LCD, or just 16x2 LCD (also they come in may sizes from 8x1 to 20x4 characters or more!) it's easy, it's well know, many people work with them everyday. also there is a plenty of code for them!

it's better to begin with a parallel LCD, so you can learn how to initialize it propertly, how to issue commands, and send data...

if you already can do that easily,you can aim to a Graphic-LCD like a LM12864L with a KS0108 controller like. it's something like the hdt44780, but with different commands,

after that you can aim to any GLCD, but you need to know which controller it has an how is the wiring or the pinage...

many sites offers the GLCD with datasheets and code examples, just check that all the info could be achieved with the controllers you will use.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top