Skip to content

Commit 3f72a15

Browse files
authored
Merge pull request #16 from adafruit/stemma_i2c
Added commented out board.STEMMA_I2C with explanation
2 parents f706788 + 4fccd00 commit 3f72a15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ssd1325_simpletest.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
)
2424

2525
# Use for I2C
26-
# i2c = board.I2C()
26+
# 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
2728
# display_bus = displayio.I2CDisplay(i2c, device_address=0x3c)
2829

2930
WIDTH = 128

0 commit comments

Comments
 (0)