Skip to content

Commit 4582f83

Browse files
committed
use the default address
1 parent 855e31e commit 4582f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ssd1306_framebuftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# to the right size for your display!
2424
# The I2C address for these displays is 0x3d or 0x3c, change to match
2525
# A reset line may be required if there is no auto-reset circuitry
26-
display = adafruit_ssd1306.SSD1306_I2C(128, 32, i2c, addr=0x3d, reset=reset_pin)
26+
display = adafruit_ssd1306.SSD1306_I2C(128, 32, i2c, addr=0x3c, reset=reset_pin)
2727

2828
print("Framebuf capability test - these are slow and minimal but don't require"
2929
"a special graphics management library, only `adafruit_framebuf`")

0 commit comments

Comments
 (0)