We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f9d700 + c4785c2 commit a75f260Copy full SHA for a75f260
examples/rgb_display_pillow_image.py
@@ -21,7 +21,7 @@
21
22
# pylint: disable=line-too-long
23
# Create the display:
24
-#disp = st7789.ST7789(spi, rotation=90 # 2.0" ST7789
+#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
26
#disp = st7789.ST7789(spi, rotation=90, width=135, height=240, x_offset=53, y_offset=40, # 1.14" ST7789
27
#disp = hx8357.HX8357(spi, rotation=180, # 3.5" HX8357
0 commit comments