Re: LCD Display (198330-LN) von Conrad an Station 2 Kategorie: I²C-Bus (von Markus - 20.07.2009 12:57) | |
Als Antwort auf Re: LCD Display (198330-LN) von Conrad an Station 2 von nitram - 19.07.2009 11:37
| |
> > Hallo Gemeinde, > > > > ich hätte eine Frage, hab mich gestern etwas mit dem I²C Display von Conrad Art.-Nr.: 198330-LN > > gespielt, ich wollte es mit dem SW-Treibermodul PCFLCD.C2 an meiner Station 2 in Betrieb nehmen. > > > > Hier das SW-Beispiel: > > > > > > //---------------- > > thread main > > //---------------- > > > > { > > pcflcd.setpcf(2); // Display an Addr. 2 (8574) > > pcflcd.init(); // Display initialisieren > > pcflcd.setLight(1); // Licht an > > loop > > { > > pcflcd.print("Hallo"); //Hallo ausgeben > > sleep 1000; //schlafen legen > > pcflcd.clear(); //Hallo wieder wegmachen > > sleep 1000; // noch 'ne Runde schlafen > > } > > } //und wieder von vorne > > > > > > > > Hab das hier im Forum gefunden. > > > > Leider Blinkt nur die Displaybeleuchtung und die obere Zeile ist schwarz, > > von Hallo ist nichts zu sehen :-( > > > > Vergleich mal die Pinbelegung des Displays (Datenblatt Seite 16) mit der im Modul... > > <...schnipp...> > > /******************************************************************/ > /* P0= RS */ > /* P1= R/W */ > /* P2= E */ > /* P3= LCD-Light */ > /* P4-7= Data */ > /******************************************************************/ > > <...schnapp...> > > Das sollte deine Fragen beantworten... > > nitraM Hallo nitraM, danke für Deinen Tipp ;-) Hab schon sowas vermutet, wusste aber nicht wo ich zu suchen beginnen sollte... naja, Maschinenbauer eben :-( Kannst Du mir noch einen weiteren hei�en Tipp geben, was ich in dem Modul PCFLCD alles ändern muss damit das Display funzt? Vielen Dank, Markus | |
Antwort schreiben Antworten: Re: LCD Display (198330-LN) von Conrad an Station 2 (von nitraM - 20.07.2009 13:46) Re: LCD Display (198330-LN) von Conrad an Station 2 (von Markus H - 20.07.2009 21:49) Re: LCD Display (198330-LN) von Conrad an Station 2 (von nitraM - 20.07.2009 21:52) Re: LCD Display (198330-LN) von Conrad an Station 2 (von Markus - 21.07.2009 11:51) Re: LCD Display (198330-LN) von Conrad an Station 2 (von nitraM - 21.07.2009 12:38) Re: LCD Display (198330-LN) von Conrad an Station 2 (von Markus - 22.07.2009 7:47) |