I have a 4-line LCD with 16 pins, the pin-outs seem to match use of the LCDOUT command.

I am using PortB, tho, and have to use PortA.. (0-3 for data lines, and 4,5 for the other two).. I have it setup as follows:

Define LCD_DREG PORTA
DEFINE LCD_DBIT 0
Define LCD_RSREG PORTA
Define LCD_RSBIT 4
Define LCD_EREG PORTA
Define LCD_EBIT 5
Define LCD_BITS 4
Define LCD_lines 4
Define LCD_Commandus 2000
Define LCD_Dataus 50

However, when I write out using $fe, LCDOUT, - I get nothing.... Any thoughts?

Thanks,
Tom