with 8051 send to LCD from .txt file

Thread Starter

karayel_kara

Joined Dec 28, 2006
1
Hi Friends,
i am a new member and i have a question about 8051 project
that is about writing lcd from text file but how will i not make it
i expect any one has a idea this subject

i waiting your suggestions or emaple codes
among other things i use keil programer for 8051 with C


best regard
 

beenthere

Joined Apr 20, 2004
15,819
Hi,

Generally, it is a good idea to get the specs on the LCD you plan to use. Then you can decide on the interface to use to go between the LCD and the 8051. After that, it's all programming.
 

sci-3d

Joined Aug 22, 2006
51
Where .txt file stored is?

I have only LCD Code with C but never read txt file and send to LCD.

I think, you can store your text (not txt file) in EEPROM and then read it, finally send to LCD.
 
Top