Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

Re: LCD Display (198330-LN) von Conrad an Station 2 Kategorie: I²C-Bus (von nitram - 19.07.2009 11:37)
Als Antwort auf LCD Display (198330-LN) von Conrad an Station 2 von Markus - 12.07.2009 10:42
Ich nutze:
C-Control II Unit, eigenes Board, OSOPT V3.0, OSOPT V3.1
> 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


    Antwort schreiben


Antworten:

Re: LCD Display (198330-LN) von Conrad an Station 2 (von Markus - 20.07.2009 12:57)
    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)