Matrix Orbital is a "serial" LCD I think??

Make sure you do NOT use the LCDOUT command. It only works with parallel LCDs. But that is where the "Hello World" example is in the PBP manual.

If it IS a serial LCD then you should use one of the SEROUT type commands to write to it.

Jim