Skip to content

Commit 99184e2

Browse files
committed
Replace tab with spaces
1 parent 4a5d5d2 commit 99184e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_st7735r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ def __init__(self, bus, *, bgr=False, invert=False, **kwargs):
9191
if bgr:
9292
init_sequence += b"\x36\x01\xC0" # _MADCTL Default rotation plus BGR encoding
9393
if invert:
94-
init_sequence += b"\x21\x00" # _INVON
94+
init_sequence += b"\x21\x00" # _INVON
9595
super().__init__(bus, init_sequence, **kwargs)

0 commit comments

Comments
 (0)