From d080d5bac95c0da972b26e3599f56bb0311d9ebd Mon Sep 17 00:00:00 2001 From: rdagger Date: Fri, 2 Sep 2022 23:57:05 -0700 Subject: [PATCH] Clean up comments --- demo_touch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),