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 drive 320 x 240 LCD ?

Status
Not open for further replies.

kekon

Full Member level 3
Joined
Sep 19, 2002
Messages
155
Helped
5
Reputation
10
Reaction score
3
Trophy points
1,298
Location
Poland, Białystok
Activity points
1,493
c8051f120 lcd

I know the topic might have been posted previously but i could't find it.
Most of 320x240 graphic LCD's have industry standard interface which includes D0..D3, CP1, CP2, FLM and M signals. From what i understood basing on datasheets the data display is written in 4-bit packets and then it's latched.
The question is if data must be written continously to maintain a static image on the screen (refreshing) or it is enough to write all the 320 x 240 pixels only once to keep static image on the display screen ?
 

320x240lcd

You have to constantly refresh the whole screen. If your CPU is fast enough,
320x240 B/W should not be a big problem. I've done it with C8051F120 and
320x240 Colour STN running at 3BPP. Refresh consumed ca. 40MIPS, leaving
60MIPS for the application. Look for "Circuit Cellar" October 2006 issue for details.

- Deni
 

I want a sample for drive this LCD ( bascom or C )
Can someone could help me?:roll:
 

Re: 320x240lcd

Hello!

You have to constantly refresh the whole screen. If your CPU is fast enough,
320x240 B/W should not be a big problem. I've done it with C8051F120 and
320x240 Colour STN running at 3BPP. Refresh consumed ca. 40MIPS, leaving
60MIPS for the application. Look for "Circuit Cellar" October 2006 issue for details.

This very much depends on the LCD type. For instance this one:

has an internal DRAM, and you don't have to refresh it. It works with
a MSP430 microcontroller, reads data from a serial flash and displays it.

Dora.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top