- 2
- 0
- 约2.49千字
- 约 8页
- 2017-01-20 发布于广东
- 举报
InterfacingLCDwith8051.doc
Interfacing LCD with 8051
Pin Information of LCD:
Algorithm to send data to LCD:
1. Make R/W low
2. Make RS=0; if data byte is command
RS=1; if data byte is data (ASCII value)
3. Place data byte on data register
4. Pulse E (HIGH to LOW)
5. Repeat the steps to send another data byte
LCD Initialization:
This is the pit fall for beginners. Proper working of LCD depend on the how the LCD is initialized. We have to send few command bytes to initialize the lcd. Simple steps to initialize the LCD
1.Specify function set:
Send 38H for 8-bit,double line and 5x7 dot character format.
2.Displ
原创力文档

文档评论(0)