Im using MPLAB X ide, with Hi-tech PICC C compiler. I'm trying to write a simple interrupt program to operate on the PIC16F877A microcontroller (although chip can be changed if necessary). The program will be simulated on Proteus 7 ISIS with a HD44780 based 16x2 LCD connected in 8-bit mode on PORTC and the three control bits on PORTA.
Any tutorials/help ive found by searching on the web just hasnt worked, the ide tells me that the commands dont exist. Obviously an #include would be expected, but i've scrolled through them all (in the auto-complete) and none containing 'lcd' in the name are present. Several helps show '#include lcd.h' or '#include xlcd.h' but neither seem to exist as far as the ide is concerned.
any ideas would be greatly appreciated.
Any tutorials/help ive found by searching on the web just hasnt worked, the ide tells me that the commands dont exist. Obviously an #include would be expected, but i've scrolled through them all (in the auto-complete) and none containing 'lcd' in the name are present. Several helps show '#include lcd.h' or '#include xlcd.h' but neither seem to exist as far as the ide is concerned.
any ideas would be greatly appreciated.