We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f36932 + 1c473b5 commit 4ab2dc9Copy full SHA for 4ab2dc9
examples/ssd1327_gamma.py
@@ -9,7 +9,8 @@
9
displayio.release_displays()
10
11
# Use for I2C
12
-i2c = board.I2C()
+i2c = board.I2C() # uses board.SCL and board.SDA
13
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
14
display_bus = displayio.I2CDisplay(i2c, device_address=0x3D)
15
16
# Use for SPI
examples/ssd1327_simpletest.py
@@ -10,7 +10,8 @@
17
0 commit comments