Commit Graph

6 Commits

Author SHA1 Message Date
Roger Clark 7aeb8ccefe Merge branch 'work/xpt2046' of https://github.com/tfry-git/Arduino_STM32 into tfry-git-work/xpt2046 2018-04-01 16:14:17 +10:00
Thomas Friedrichsmeier 97dbf08a5e Small fixes 2018-03-13 20:55:45 +01:00
Thomas Friedrichsmeier 7e13702bcb Some updates to the XPT2046 touchscreen library:
- Add TS_Point-class and getter for better compatibility with various other touchscreen libraries out there
- Add oversampling for better accuracy. Default is seven samples per point
- Use SPI.beginTransaction() / endTransaction() to set proper SPI speed (as supported by XPT2046)
2018-03-13 18:06:35 +01:00
madias123 25e2945cd8
Update TouchButtons.ino
Compatibility: Using Serial instead of Serial1
2018-03-12 23:46:29 +01:00
Roger Clark 76157ad751 Updated 'category' in library.properties files, to shop the IDE complaining that this key is missing 2016-05-03 20:44:18 +10:00
Vassilis Serasidis 114861b36c Touch screen library for STM32F1, based on XPT2046 touch controller.
The XPT2046 touch controller can be found on the new 2.4" ILI9341 SPI
LCDs.
2015-12-03 20:38:20 +02:00