Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > Hi Torsten, > > > > With my hardware backlight on is 0x08. Also the backlight is on when I > > switch on the LCD. So I defined in PCF8574_Interface.h: > > #define LCD_BACKLIGHT_ON 0x08 > > and then adapted 3 routines in PCF8574_LCD.cc > > - in LCDBackLightOff: 0x00 in stead of LCD_BACKLIGHT_OFF > > - in LCDBackLightOn: LCD_BACKLIGHT_ON in stead of 0x00 > > - in LCDInit: gby_backlight_status = LCD_BACKLIGHT_ON; > > Now the backlight works but something else goes wrong: > > Test1WriteChar begins output of "HelloCControlPro" at line 1 at position 9 > > and "LCD-PCF8574 Test" at line 2, also at position 9. > > Without my changes this routine worked fine. > > There is also something wrong with the running text. The contrast is bad. > > The boat looks fine, > > > > Regards, > > Pepe > > > > Hello Pepe, > > Many thanks for testing the program. The backlight- and cursorposition- > problems should be solved. But the contrast-problem looks like a > hardware problem. > > Gruß Torsten.