STMPE610 touch sensor driver library
Dependents: TS_Eyes Tokei testUniGraphic_150217 AfficheurTFTAdafruit ... more
History
Support of MAX32600 added
2017-04-11, by Rhyme [Tue, 11 Apr 2017 05:12:47 +0000] rev 14
Support of MAX32600 added
FRDM-KL46Z required spi_format(8,1)
2015-11-26, by Rhyme [Thu, 26 Nov 2015 00:38:55 +0000] rev 13
FRDM-KL46Z required spi_format(8,1)
spi_format for NUCLEO F411RE included in the constructor
2015-11-25, by Rhyme [Wed, 25 Nov 2015 11:41:27 +0000] rev 12
spi_format for NUCLEO F411RE included in the constructor
RAW x, y sometimes returned with bit 15 on,; so masked with 0x7FFF
2015-06-04, by Rhyme [Thu, 04 Jun 2015 02:49:36 +0000] rev 11
RAW x, y sometimes returned with bit 15 on,; so masked with 0x7FFF
spi_format for NUCLEO_F411RE added in the constructor
2015-11-25, by Rhyme [Wed, 25 Nov 2015 11:44:15 +0000] rev 10
spi_format for NUCLEO_F411RE added in the constructor
spi_format document(comment) added
2015-11-19, by Rhyme [Thu, 19 Nov 2015 13:10:11 +0000] rev 9
spi_format document(comment) added
function spi_format added to support STMPE610 with Neucleo F411RE
2015-11-19, by Rhyme [Thu, 19 Nov 2015 13:06:54 +0000] rev 8
function spi_format added to support STMPE610 with Neucleo F411RE
In constructor, cs is constructed as pull-up to avoid conflict with other SPI devices on the same line(s).
2015-08-08, by Rhyme [Sat, 08 Aug 2015 12:24:34 +0000] rev 7
In constructor, cs is constructed as pull-up to avoid conflict with other SPI devices on the same line(s).
cs added in getRAWPoint function;
2015-08-02, by Rhyme [Sun, 02 Aug 2015 14:00:47 +0000] rev 6
cs added in getRAWPoint function;
getPoint function added
2015-01-10, by Rhyme [Sat, 10 Jan 2015 15:13:33 +0000] rev 5
getPoint function added