diff --git a/demo_touch.py b/demo_touch.py index 2483b14..4a45029 100644 --- a/demo_touch.py +++ b/demo_touch.py @@ -15,7 +15,7 @@ class Demo(object): Args: display (ILI9341): display object - touch (XPT2046): touchscreen object + spi2 (SPI): SPI bus """ self.display = display self.touch = Touch(spi2, cs=Pin(5), int_pin=Pin(0),