We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0030a commit 5a3ec10Copy full SHA for 5a3ec10
adafruit_stmpe610.py
@@ -12,6 +12,13 @@
12
--------------------
13
**Hardware:**
14
15
+* 2.4" 320x240 TFT FeatherWing display
16
+ https://www.adafruit.com/product/3315
17
+* 3.5" 480x320 TFT FeatherWing display
18
+ https://www.adafruit.com/product/3651
19
+# Resistive Touch Screen Controller - STMPE610 breakout board
20
+ https://www.adafruit.com/product/1571 (discontinued)
21
+
22
**Software and Dependencies:**
23
24
* Adafruit CircuitPython firmware for the supported boards:
@@ -22,7 +29,7 @@
29
from micropython import const
30
31
25
-__version__ = "1.2.7"
32
+__version__ = "0.0.0-auto.0"
26
33
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_STMPE610.git"
27
34
28
35
0 commit comments