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.

how to driver LCD driver IC without LCD controller IC

Status
Not open for further replies.

michael03

Newbie level 2
Joined
Mar 4, 2003
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
11
Dear all,

How do I drive an LCD panel (160x160) with only driver IC on it
from 8051 without the help of a LCD controller IC?
 

Hi michael03,

You have to clock in every pixel and to generate HSYNC and VSYNC.
The exact howto depends on the type (STN, TFT, s/w or color) of your
LCD. Theoretically it can be done with an 8051, but the problem is
the performance. You have to update your 25'600 Pixels every 20-30ms.
This gives a throughput of over 1'000'000 Pixel/s. I think this would be
critical with your 8051.
Another possibility is to share RAM with a CPLD that does this stuff.

Bye
 

Need Information

Hi,

Which type of lcd you are using graphic or dot matrix

Fragrance
 

Try another cpu like dragonBall or ARM

Why not try another cpu like dragonBall or ARM(like sumsung 440B0x), they are cheap enough , only 3-5 dollars a chip, and have LCD controller in chip.
 

I could not find those samsung chips.
 

S3C44B0x

Sorry! it is S3C44B0x
 

Oh hell !

The full name of the chip is S3C44B0X and u find them under mobile computing!

M&M furia
 

yes S3C44B0x is very good to controll lcd !
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top