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.

lcd asm codes needed, pic 16f690

Status
Not open for further replies.
Re: lcd asm

Hi,

That code should run fine on your 690 with any parallel HD44780 compatible lcd.

Although the data ends up in the lcd, there are several slightly different ways of collecting and outputting the data.

The Mikro is one way, but do not spend a lot of time trying to understand what is quite a complicated routine - just use it and concentrate on getting the data ready to send out.

Be aware that the lcd need its data in the Ascii format like movlw 'H' , however if you want to send out data from a variable that is in hex you need to convert it to Ascii format first - there are several bits of code around for doing that

These 2 pdfs on this link are excellent if you want to really understand all about lcds.

http://www.epemag.wimborne.co.uk/resources.htm
 
  • Like
Reactions: vishy71

    newbie111

    Points: 2
    Helpful Answer Positive Rating

    vishy71

    Points: 2
    Helpful Answer Positive Rating
Re: lcd asm

Thank you so much for your great explanation, pal.
 
  • Like
Reactions: vishy71

    vishy71

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top