Skip to content

Commit 120b2d9

Browse files
committed
Update Example10_MultiDemo_v13.ino
1 parent 1e6f3a3 commit 120b2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example10_MultiDemo_v13/Example10_MultiDemo_v13.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void setup()
5353
/*
5454
// This is the new way of initializing the OLED.
5555
// We can pass a different I2C address and TwoWire port
56-
oled.begin(0x3D, Qwiic); // Initialize the OLED
56+
oled.begin(0x3C, Qwiic); // Initialize the OLED
5757
*/
5858

5959

0 commit comments

Comments
 (0)