Hello Roger,

I could improve the intialization routine (at least optically)


Pause 150 'wait for LCD to initialize

LCDOut $29

Low RS
For a = 0 TO 7
LookUp a, [2, 9, 6, 10, 2, 14, 1, 8], v
Low EN
PORTB = v*16
High EN
Pause 2
Next a


Does the same job but looks better.

Regards, Ingo