Re: CC2-Application-Board vs. LD-Display Kategorie: I²C-Bus (von JörgC - 28.09.2005 13:06) | ||
Als Antwort auf CC2-Application-Board vs. LD-Display von Hersonski - 28.09.2005 12:56 | ||
| ||
Hallo Alexander, Dein main thread wird immer wieder durchlaufen. Dadurch siehst Du von Deinem String nichts am Display. Probier mal folgendes: > thread main > { > string s; > system.TIME t; > byte sec; > s="Test PCFLCD"; > > pcflcd.setpcf(0x20); > pcflcd.init(); > pcflcd.goto(1, 0); > pcflcd.print(s); halt; // <==== > } Viele Grüsse, Jörg | ||
Antwort schreiben Antworten: Re: CC2-Application-Board vs. LD-Display (von Hersonski - 28.09.2005 13:43) Re: CC2-Application-Board vs. LD-Display (von JackFrost - 28.09.2005 20:23) |