Proteus -16f877a lm016l

Status
Not open for further replies.
model lm016l not need any configuration to start work. Only initialization.
 

Hi,

You need an ASCII converter, use a site like PicList which have loads of routines, or write you own ..

This is all you need for the lcd - the program and oscillator are specified as shown.
 

Attachments

  • ScreenShot001.jpg
    73.6 KB · Views: 76

Hi Arungokul,
i guess i can understand your question. but let me confirm, you are trying to display Hex value of '0x5A' in the LCD dispaly [through ASCII Character]?
If yes, well the following steps might help you [we will take example 0x5A to be displayed in LCD]
- seperate '5' and 'A' from the HEX as 0x05 and 0x0A,
- add 0x30 to 0x05, to result 0x35 [ASCII value of '5'] and send it to LCD
- add 0x37 ot 0x0A, to result 0x41 [ASCII value of 'A'] and send it to LCD.
Well you have to implement this logic in the Assembly or C.

Hope this helped you, Better luck
 

sir,
similarly i have to display many 2 bit number on lcd,if you could give the asm code it will be helpful to me
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…