Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Proteus -16f877a lm016l

Status
Not open for further replies.
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
    ScreenShot001.jpg
    73.6 KB · Views: 74

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top