File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 23
23
`adafruit_focaltouch`
24
24
====================================================
25
25
26
- TODO(description)
26
+ CircuitPython driver for common low-cost FocalTech capacitive touch chips.
27
+ Currently supports FT6206 & FT6236.
27
28
28
29
* Author(s): ladyada
30
+
31
+ Implementation Notes
32
+ --------------------
33
+
34
+ **Hardware:**
35
+
36
+ * Adafruit `2.8" TFT LCD with Cap Touch Breakout Board w/MicroSD Socket
37
+ <http://www.adafruit.com/product/2090>`_ (Product ID: 2090)
38
+
39
+ * Adafruit `2.8" TFT Touch Shield for Arduino w/Capacitive Touch
40
+ <http://www.adafruit.com/product/1947>`_ (Product ID: 1947)
41
+
42
+ **Software and Dependencies:**
43
+
44
+ * Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
45
+ https://github.com/adafruit/circuitpython/releases
46
+ * Adafruit's Bus Device library (when using I2C/SPI):
47
+ https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
29
48
"""
30
49
31
50
# imports
You can’t perform that action at this time.
0 commit comments