Skip to content

Commit 1925623

Browse files
committed
Added commented out board.STEMMA_I2C with explanation
1 parent 5ef5265 commit 1925623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ssd1325_simpletest.py

Lines changed: 2 additions & 1 deletion
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)