Skip to content

Commit fcf4285

Browse files
authored
Update minitft_featherwing.py
1 parent b542118 commit fcf4285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_featherwing/minitft_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(self, address=0x5E, i2c=None, spi=None):
8484
command=board.D6,
8585
chip_select=board.D5)
8686
self.display = ST7735R(display_bus, width=160, height=80, colstart=24,
87-
rotation=270, bgr=True)
87+
rotation=270, bgr=True)
8888

8989
@property
9090
def backlight(self):

0 commit comments

Comments
 (0)