Unit 'PXL.Displays.Types' Package
[Overview][Constants][Classes][Index] [#pl_asphyrepxl]

TCustomDrivenDisplay

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: PXL.Displays.Types.pas line 185

type TCustomDrivenDisplay = class(TCustomDisplay)

protected

  FGPIO: TCustomGPIO;

  

  FDataPort: TCustomDataPort;

  

  FPinDC: Integer;

  

  FPinRST: Integer;

  

  procedure Reset; override;

  

  procedure WriteCommand();

  

  procedure WriteData();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property GPIO: TCustomGPIO; [r]

  

  property PinDC: Integer; [r]

  

  property PinRST: Integer; [r]

  

end;

Inheritance

TCustomDrivenDisplay

  

|

TCustomDisplay

  

|

TConceptualPixelSurface

  

|

TObject



CT Web help

CodeTyphon Studio