Skip to content

Commit d4470ff

Browse files
committed
Default to 0x3D
1 parent 86240c4 commit d4470ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example11_BigFont/Example11_BigFont.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void setup()
4141
// This is the new way of initializing the OLED.
4242
// We can pass a different I2C address and TwoWire port
4343
// If 0x3D does not work, try 0x3C
44-
oled.begin(0x3C, Wire); // Initialize the OLED
44+
oled.begin(0x3D, Wire); // Initialize the OLED
4545

4646
// Print the total number of fonts loaded into memory
4747
Serial.print(F("There are "));

0 commit comments

Comments
 (0)