Skip to content

Commit

Permalink
Merge pull request #29 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 authored Nov 21, 2022
2 parents e0acb1a + dceddb3 commit 1a47521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/st7735r_minitft_featherwing_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
displayio.release_displays()

reset_pin = 8
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
ss = Seesaw(i2c, 0x5E)
ss.pin_mode(reset_pin, ss.OUTPUT)

Expand Down

0 comments on commit 1a47521

Please sign in to comment.