Skip to content

Commit 5a3ec10

Browse files
update automatic version; add hardware information
1 parent dd0030a commit 5a3ec10

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

adafruit_stmpe610.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
--------------------
1313
**Hardware:**
1414
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+
1522
**Software and Dependencies:**
1623
1724
* Adafruit CircuitPython firmware for the supported boards:
@@ -22,7 +29,7 @@
2229
from micropython import const
2330

2431

25-
__version__ = "1.2.7"
32+
__version__ = "0.0.0-auto.0"
2633
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_STMPE610.git"
2734

2835

0 commit comments

Comments
 (0)