MPMC - 5.1 8051 InputOutput Interfacing - LCD and LED
MPMC - 5.1 8051 InputOutput Interfacing - LCD and LED
Mohammad Ali Mazidi, Janice G. Mazidi, Rolin D. McKinlay, The 8051 Microcontroller and
Embedded Systems, 2014, 2nd Edition, Pearson, India.
5.1 8051 Input/Output interfacing – LCD and LED
2. Send 0FH for making LCD ON, cursor ON and cursor blinking ON.
4. Send 01H for clearing the display and return the cursor.
5.1 8051 Input/Output interfacing – LCD and LED
ORG 300H
MYCOM: DB 38H, 0EH, 01, 06, 84H, 0 ; commands and null
MYDATA: DB “HELLO”, 0 ; Data is stored
END