Microcontroller › PIC › LCD interface giving garbage value › from your code i can say you
February 9, 2014 at 1:20 pm
#10986
Participant
from your code i can say you want to use header file lcd.h.
if you are including this header file no need to write any lcd functions in code. you can just write the neame of the function with parameters. it will be called from header file.
to see the pin details open lcd.h file in notepad. the pins are define as macro. same as you have define in your program on top.