We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855e31e commit 4582f83Copy full SHA for 4582f83
examples/ssd1306_framebuftest.py
@@ -23,7 +23,7 @@
23
# to the right size for your display!
24
# The I2C address for these displays is 0x3d or 0x3c, change to match
25
# 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)
+display = adafruit_ssd1306.SSD1306_I2C(128, 32, i2c, addr=0x3c, reset=reset_pin)
27
28
print("Framebuf capability test - these are slow and minimal but don't require"
29
"a special graphics management library, only `adafruit_framebuf`")
0 commit comments