Registriert seit: 9. Mär 2003
Ort: Brilon
395 Beiträge
Delphi 2007 Enterprise
|
Re: LCD-Display-Objekt
26. Aug 2004, 14:59
meinst du sowas?
Delphi-Quellcode:
var eLCD: TLCD;
begin
eLCD := TLCD.Create($378);
eLCD.displaytext(1, 1, 'bla');
eLCD.displaytext(2, 1, 'blubb');
eLCD.displaytext(3, 1, 'asd');
eLCD.displaytext(4, 1, 'oO');
Christian
|
|
Zitat
|