Microcontroller › 8051 › alphabetic keypad using 8051 › lcd_cmd () function it is
December 30, 2011 at 1:12 pm
#6971
Dexter
Participant
lcd_cmd () function
it is for setting the curser in desired position in the lcd
(0x01); //clears the lcd display
0x80); //to make lcd cursor to bigining of first line
(0x0f); //to make lcd to select 5×7 matrix display
(0x38); //to make lcd
(0xC0); //sets display position in second line
i thing this will be helpfull to u