B4J Programming Press on the image to return to the main documentation page.

rAdafruit_STMPE610

List of types:

AdafruitSTMPE610

AdafruitSTMPE610


Events:

Touch (X As Int, Y As Int)

Members:


  Initialize (CSPin As Byte, TouchSub As SubVoidIntInt) As Boolean

  InitializeI2C (I2CAddress As Byte, TouchSub As SubVoidIntInt) As Boolean

Members description:

Initialize (CSPin As Byte, TouchSub As SubVoidIntInt) As Boolean
Initializes the object (SPI). Returns true if successful.
CSPin - Chip Select pin (8 by default).
TouchSub - Sub that will handle the Touch event.
InitializeI2C (I2CAddress As Byte, TouchSub As SubVoidIntInt) As Boolean
Initialzies the object (I2C). Returns true if successful.
I2CAddress - 0x41 by default.
TouchSub - Sub that will handle the Touch event.
Top