We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f706788 + 4fccd00 commit 3f72a15Copy full SHA for 3f72a15
1 file changed
examples/ssd1325_simpletest.py
@@ -23,7 +23,8 @@
23
)
24
25
# Use for I2C
26
-# i2c = board.I2C()
+# i2c = board.I2C() # uses board.SCL and board.SDA
27
+# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
28
# display_bus = displayio.I2CDisplay(i2c, device_address=0x3c)
29
30
WIDTH = 128
0 commit comments