adafruit_stmpe610¶
This is a CircuitPython Driver for the STMPE610 Resistive Touch sensor
- Author(s): Jerry Needell
-
class
adafruit_stmpe610.Adafruit_STMPE610¶ A driver for the STMPE610 Resistive Touch sensor.
-
buffer_empty¶ Buffer empty status
-
buffer_size¶ The amount of touch data in the buffer
-
get_point¶ Read one touch from the buffer
-
get_version¶ Read the version number from the sensosr
-
read_data()¶ Request next stored reading - return tuple containing (x,y,pressure)
-
touched¶ Report if any touches have been detectd
-
touches¶ Returns a list of touchpoint dicts, with ‘x’ and ‘y’ containing the touch coordinates, and ‘pressure’
-
-
class
adafruit_stmpe610.Adafruit_STMPE610_I2C(i2c, address=65)¶ I2C driver for the STMPE610 Resistive Touch sensor.
-
class
adafruit_stmpe610.Adafruit_STMPE610_SPI(spi, cs, baudrate=1000000)¶ SPI driver for the STMPE610 Resistive Touch sensor.