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.



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....
 
Reactions: ADGAN

    ADGAN

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…