Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/19/01 08:19
Read: times


 
#11713 - RE: LCD display working on 24Mhz
sorry for the mess in my previous posting.

you can connect the LCD data bus directly to the 8051's data bus. but it is a good practice to buffer through a 74HCT245.follow the ckt below. a 2 input NAND gate will do

LCD --- 8051
E = !((/WR nand /RD ) nand ( LCD_CS ))

R/W = /WR

C/D = A0

you can use the spare NAND to invert the /LCD_CS from the address decoder.
the /LCD_CS is memory mapped. if you are using '245, control the data direction by using /WR or /RD


List of 9 messages in thread
TopicAuthorDate
LCD display working on 24Mhz            01/01/70 00:00      
RE: LCD display working on 24Mhz            01/01/70 00:00      
RE: Aad            01/01/70 00:00      
RE: Aad            01/01/70 00:00      
RE: LCD display working on 24Mhz            01/01/70 00:00      
RE: LCD display working on 24Mhz            01/01/70 00:00      
RE: LCD display working on 24Mhz            01/01/70 00:00      
project            01/01/70 00:00      
RE: LCD display working on 24Mhz            01/01/70 00:00      

Back to Subject List