From 19256236c4a78d5f06bc6174a87174dab28beb79 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Nov 2022 13:05:30 -0500 Subject: [PATCH] Added commented out board.STEMMA_I2C with explanation --- examples/ssd1325_simpletest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ssd1325_simpletest.py b/examples/ssd1325_simpletest.py index 57fba54..3d2b452 100644 --- a/examples/ssd1325_simpletest.py +++ b/examples/ssd1325_simpletest.py @@ -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