Are you using a serial LCD or a 8-bit/4-bit set up for the LCD?
If using it in 4-bit or 8-bit you should be able to do.

LCDOUT $FE, 1, "Hello"

'example code that will clear display and then show Hello on first line of LCD screen.