Skip to content

Commit

Permalink
Merge pull request #16 from adafruit/stemma_i2c
Browse files Browse the repository at this point in the history
Added commented out board.STEMMA_I2C with explanation
  • Loading branch information
evaherrada committed Nov 21, 2022
2 parents f706788 + 4fccd00 commit 3f72a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ssd1325_simpletest.py
Expand Up @@ -23,7 +23,8 @@
)

# Use for I2C
# i2c = board.I2C()
# i2c = board.I2C() # uses board.SCL and board.SDA
# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
# display_bus = displayio.I2CDisplay(i2c, device_address=0x3c)

WIDTH = 128
Expand Down

0 comments on commit 3f72a15

Please sign in to comment.