Ttelmah
Joined: 11 Mar 2010 Posts: 19552
|
|
Posted: Wed Mar 16, 2016 9:04 am |
|
|
lcd.c, _is_ the 'library'. There is not an lcd.h.
ex_lcdkb.c is the example that uses this. Look at it. No lcd.h.....
If you have programs that use an 'lcd.h', then this was custom for those programs. Written by someone else, and doing whatever they wanted. Possibly a standard file like lcd.c, or flex_lcd, that was renamed 'lcd.h' by the original author. You are going to have to work out what functions the file provided, and write them yourself.
lcd.h, is standard for Microchip C, and is a much less capable driver than the CCS lcd.c. |
|