Skip to content

Commit 29bdcbe

Browse files
initial repo load
1 parent 49825b4 commit 29bdcbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cedargrove_touchcalibrator/featherwing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
# or "HX8357" for the 3.5" 480x320 TFT FeatherWing (#3651)
6464
DISPLAY_TYPE = "ILI9341"
6565

66+
# pylint: disable=unused-import
6667
if DISPLAY_TYPE == "ILI9341":
6768
from adafruit_ili9341 import ILI9341 # 2.4" 320x240 TFT FeatherWing
6869
elif DISPLAY_TYPE == "HX8357":

0 commit comments

Comments
 (0)