File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
cedargrove_touchcalibrator Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4646import adafruit_touchscreen
4747
4848__version__ = "0.0.0+auto.0"
49- __repo__ = (
50- "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
51- )
49+ __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
5250
5351
5452# Operational parameters:
Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: Copyright (c) 2022 JG for Cedar Grove Maker Studios
1+ # SPDX-FileCopyrightText: Copyright (c) 2023 JG for Cedar Grove Maker Studios
22#
33# SPDX-License-Identifier: MIT
44"""
5454import adafruit_stmpe610
5555
5656__version__ = "0.0.0+auto.0"
57- __repo__ = (
58- "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
59- )
57+ __repo__ = "https://github.com/CedarGroveStudios/CircuitPython_TouchCalibrator.git"
6058
6159
6260# Select display type; ILI9341 for the 2.4" 320x240 TFT FeatherWing (#3315)
You can’t perform that action at this time.
0 commit comments