Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

What does it mean writing a Driver to LCD?

Status
Not open for further replies.

electroRF

Member
I think to write a driver to an LCD, and I want to use C language for that task.
Does it mean that I connect the LCD to my laptop / PC and write a C program which plays images in the LCD display?
How different is it than programming an Uc to play images in the LCD display?

Thank you very much.
 
The main difference is the amount of memory you have available on a PC than a small μC... I once attached a simple 240x128 mono graphical screen to a PC's parallel port... Storing Umteen images in ram I could get 30 FPS video.... I was restricted only by the bus speed of the parallel port. On The mighty micro (pic18f4620) I get 12 fps, but limited storage.

You can get smart LCD's such as 4D systems.. They will run full video...
 
Hi,
Thanks a lot Ian!

My main goal is to practice Embedded programming in C, in order to find a job in this field.

What do you think is preferable - programming a Driver or an Uc for displaying images on LCD?
 
Hi again Ian, thank you very much!

Could you recommend on such Uc <-> LCD parts?

I actually would like to use I2C as the communication protocol.

I was thinking on a simple PIC and low cost Graphic LCD

I thought of the following **broken link removed** .

Could you recommend on a PIC that can work with it?


So, I understand that you recommend on programming uC than Driver for practicing C Embedded programming?
 
Well,
It seems that this LCD already has an internal 16-bit Uc with I2C module, so all I have to do is taking care of the I2C communication with my own external pic.

You think it takes the substantial portion out of the project? (if my goal is embedded programming)
 
Status
Not open for further replies.

Latest threads

Back
Top