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 e9e039c commit 38d38c6Copy full SHA for 38d38c6
cedargrove_touchcalibrator/built_in.py
@@ -46,9 +46,7 @@
46
import adafruit_touchscreen
47
48
__version__ = "0.0.0+auto.0"
49
-__repo__ = (
50
- "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
51
-)
+__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
52
53
54
# Operational parameters:
cedargrove_touchcalibrator/featherwing.py
@@ -54,9 +54,7 @@
import adafruit_stmpe610
55
56
57
58
59
60
61
62
# Select display type; ILI9341 for the 2.4" 320x240 TFT FeatherWing (#3315)
0 commit comments