From 1bf1f179ad55387f9ed08e34ae471940487676bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Santisi?= Date: Wed, 1 Dec 2021 15:50:28 +0000 Subject: [PATCH] Indentation changes for Stickier CI --- library/ST7735/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/ST7735/__init__.py b/library/ST7735/__init__.py index cdc3394..8d7cf29 100644 --- a/library/ST7735/__init__.py +++ b/library/ST7735/__init__.py @@ -123,7 +123,8 @@ class ST7735(object): """Representation of an ST7735 TFT LCD.""" def __init__(self, port, cs, dc, backlight=None, rst=None, width=ST7735_TFTWIDTH, - height=ST7735_TFTHEIGHT, rotation=90, mirror=False, offset_left=None, offset_top=None, invert=True, spi_speed_hz=4000000): + height=ST7735_TFTHEIGHT, rotation=90, mirror=False, offset_left=None, + offset_top=None, invert=True, spi_speed_hz=4000000): """Create an instance of the display using SPI communication. Must provide the GPIO pin number for the D/C pin and the SPI driver.