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 interfacing header file "lcd.h"

Status
Not open for further replies.

ali bokhari

Newbie level 3
Joined
Aug 6, 2012
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
hi friends,
hope u r fine.
i want to interface 16*2 lcd with 16f877a and using the hi tech universal (mplab)
compiler and using c++ as programming language ,but have been stuck as there is no display on lcd
in the sample code given there's a header file

#include "lcd.h"
but there appears a error during compiling that lcd.h is not included.
so any suggestions how can i fix it.

REGARDS
 


In my view you should search the file lcd.h in the hitech c compiler folder and then try to give that path in include"path\lcd.h" this will resolve any complication that you have at path ....second is in case of high tech c compiler you need to check is the complier full access is made available to you or not I mean in trial version many things are blocked.....

The second way to deal this thing is write your own lcd.h file....the LCD communication with PIC is very simple......refer the links -

https://www.microchipc.com/sourcecode/#interface

Good Luck
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top