Hi Michlis,
The LCD on your demo board is similar to driving a 7 segment display. Your program will need to output the data to the first display digit, then to the second, then to the third, etc. There are many types of LCD displays out there. The ones that are used with PBP are quite different from the one on your demo board. The PBP LCDOUT routines will not work with the type of LCD display that you have. I just took aglance at microchip's website and there seems to be alot of reading material in relation to their LCD PICs. The 16F917 is a specialty chip with a built in LCD driver so you need to learn how to address that driver to get information displayed. The built-in driver probably explains why the chip has a large program memory, 14K!
Didn't your demo board come with sample applications? If so, why don't you use the information there to create an assembly routine to operate the display within a PBP program.
I personally use the regular LCD displays in either a serial or parallel manner whereby I can use LCDOUT or Serout2 commands to display data quick and simple!
HTH,
BobK



</td></table>


Bookmarks