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.

MPLAB code for LCD displays

Status
Not open for further replies.

ADGAN

Full Member level 5
Joined
Oct 9, 2013
Messages
295
Helped
4
Reputation
8
Reaction score
4
Trophy points
18
Activity points
1,837
Hi! I searched for many codes for LCD displays which is written using MPLAB in the internet. But most of them don't work for me. I even tried the example given by Microchip ( ww1.microchip.com/downloads/en/DeviceDoc/External_LCD.zip ) The only one that worked for me was the following one.

View attachment hd44780.rar

But I cannot use a string array in LCD_Out like using in MikroC. I need to display some values stored in variables. This is my connection diagram.

1.jpg

Pls help me
 

You need to covert integer value to string use ltoa(long to string)or itoa(int to string) conversions from standered libraries
Hope you got....
 
  • Like
Reactions: ADGAN

    ADGAN

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top