Is there something I can do that will make LCD_AnyPin work with PBPL?
This is the test code im using.
Code:
LCD_DB4 VAR PORTA.4
LCD_DB5 VAR PORTA.2
LCD_DB6 VAR PORTA.3
LCD_DB7 VAR PORTB.0
LCD_RS VAR PORTA.0
LCD_E VAR PORTA.1
LCD_Lines CON 2
LCD_DATAUS CON 50
LCD_COMMANDUS CON 2000
INCLUDE "LCD_AnyPin.pbp"
LCDOut $FE,1,$FE,2,"Hello World!"
END
It compiles and works fine with regular PBP, but I get this error when I use PBPL:
Code:
ERROR: (HighJacked-LCDOUT Not found in PBPPIC??.LIB)
Any ideas? I suspect I'll need to edit another PBP file, but i'm not sure.
Bookmarks