Skip to content

Commit 3f9d700

Browse files
authored
Merge pull request #68 from adafruit/missing-comma
Add missing comma.
2 parents eef79c8 + 1acc009 commit 3f9d700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rgb_display_pillow_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# pylint: disable=line-too-long
2323
# Create the display:
2424
#disp = st7789.ST7789(spi, rotation=90 # 2.0" ST7789
25-
#disp = st7789.ST7789(spi, height=240, y_offset=80, rotation=90 # 1.3", 1.54" ST7789
25+
#disp = st7789.ST7789(spi, height=240, y_offset=80, rotation=90, # 1.3", 1.54" ST7789
2626
#disp = st7789.ST7789(spi, rotation=90, width=135, height=240, x_offset=53, y_offset=40, # 1.14" ST7789
2727
#disp = hx8357.HX8357(spi, rotation=180, # 3.5" HX8357
2828
#disp = st7735.ST7735R(spi, rotation=90, # 1.8" ST7735R

0 commit comments

Comments
 (0)