Hallo

Hier das Setup für mein 20x4-LCD mit 4-Bit-Ansteuerung:
Code:
Config Lcdpin = Pin , Db4 = Portc.4 , Db5 = Portc.5 , Db6 = Portc.6 , Db7 = Portc.7 , E = Portc.0 , Rs = Portc.1
Config Lcd = 20 * 4
Config Lcdbus = 4
(Aus https://www.roboternetz.de/community...l=1#post463605)

Vielleicht hilft's.

Gruß

mic