Jump to content

Recommended Posts

Posted

Printers4LazIDE__Source_Code_Printer_Package__d_files-job_51.pdf

 

Im oben genannten pdf-Dokument wird kein Deviceobjekt für LCD128x64 erzeugt, der interessante Teil sind die Zeilen von 100 bis 110

if deviceIdentifier = BRICKLET_LCD_128X64_DEVICE_IDENTIFIER then
begin
  if not Assigned(LCD_128x64) then
  begin
    WriteLn('LCD_128x64: Create device Object');
    LCD_128x64.Create(LCD_128x64_UID, ipcon);
    if Assigned(LCD_128x64) then 
      WriteLn('LCD_128x64 created');
  end;
end;

Printers4LazIDE__Source_Code_Printer_Package__d_files-job_51.pdfPrinters4LazIDE__Source_Code_Printer_Package__d_files-job_51.pdfPrinters4LazIDE__Source_Code_Printer_Package__d_files-job_51.pdfHabe ich etwas übersehen oder fehlt es in den Bindings?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...