You should write to the second line. I use code like this

Code:
        LCDOut $FE, $01, "    El-Guard    "
        LCDOut $FE, $C0, "Master  Keyboard"
        pause 1000                      ' wait for a second
This code displays two lines on the display

Hope this helps
Jerson