PiFaceCaD.Display (PROP) ¶ PROPERTY Display : BOOL Switches the display on or off
PiFaceCaD.Home (METH) ¶ METHOD Home This method is used to home the cursor to the upper left corner return value: none
PiFaceCaD.MoveLeft (METH) ¶ METHOD MoveLeft This method shifts the content of the display about one char to the left return value: none
PiFaceCaD.MoveRight (METH) ¶ METHOD MoveRight This method shifts the content of the display about one char to the right return value: none
PiFaceCaD.SetCursor (METH) ¶ METHOD SetCursor This method sets the cursor to a specified position return value: none InOut: Scope Name Type Comment Input usiColumn USINT column to place the cursor (0..15) usiRow USINT row to place the cursor (0,1)
PiFaceCaD.SetText (METH) ¶ METHOD SetText This method sets the content of the display return value: none InOut: Scope Name Type Comment Input sLine1 STRING first line sLine2 STRING second line
PiFaceCaD.Write (METH) ¶ METHOD Write This method writes text at the current position return value: none InOut: Scope Name Type Comment Input sText STRING string to write
PiFaceCaD.WriteCustomBitmap (METH) ¶ METHOD WriteCustomBitmap This method writes text at the current position return value: none InOut: Scope Name Type Comment Input byLocation BYTE (0..7) storage positions of the bitmap (0..7)
basic read/write commands ¶ read8 (Method) write8 (Method) writeBit (Method)
PiFaceCaD.read8 (METH) ¶ METHOD read8 : BYTE This method is used to read the data byte of one port using the following protocol: Byte0: 16#41 + hardware address Byte1: Port Byte2: 16#FF return value: data content InOut: Scope Name Type Comment Return read8 BYTE Input byHardwareAddress BYTE (0..7) hardware address byPort BYTE port number to read