Author |
Message |
Topic: including lcd.c file |
manikya
Replies: 6
Views: 11310
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 11:22 pm Subject: including lcd.c file |
It compiles without error with the original include file flex_lcd!
I had added a function to turn backlight on or off and a routine to clear the screen. Seems like the changed order of the functions ... |
Topic: including lcd.c file |
manikya
Replies: 6
Views: 11310
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 6:48 pm Subject: including lcd.c file |
Hi,
I found the file at
http://www.ccsinfo.com/forum/viewtopic.php?t=24661&highlight=lcd+driver
Turns out it was posted by you!! Flexible_lcd.c is the file you had posted there ... |
Topic: including lcd.c file |
manikya
Replies: 6
Views: 11310
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 6:01 pm Subject: including lcd.c file |
Hi PCM PROGRAMMER
I had infact read those posts of yours upon keyword search. I have tried adding only the main source file in source directory and the device header 16f877.h in the headers directory ... |
Topic: including lcd.c file |
manikya
Replies: 6
Views: 11310
|
Forum: General CCS C Discussion Posted: Sun Apr 22, 2007 12:26 pm Subject: including lcd.c file |
Hi
Hope someone can help me with a file linking problem. I am using MPLAB 7.5 ide with CCS C compiler selected in tool language option.
I have a main program temp.c which starts like;
#includ ... |
|