Quote Originally Posted by selbstdual View Post
I wrote this to display Geez on a lcd and it showed nothing. Can this be due to the code. Circuitry is the one in the manual next to lcdout. PIC 16F628A.

Code:
    Define OSC 20
    
Go:    
    LCDOUT "Geez"
    <font color=red>Sleep 100</font color>
    GOTO Go
Greetings
Try changing sleep 100 to pause 100 or even pause 1000
JS