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 86240c4 commit d4470ffCopy full SHA for d4470ff
examples/Example11_BigFont/Example11_BigFont.ino
@@ -41,7 +41,7 @@ void setup()
41
// This is the new way of initializing the OLED.
42
// We can pass a different I2C address and TwoWire port
43
// If 0x3D does not work, try 0x3C
44
- oled.begin(0x3C, Wire); // Initialize the OLED
+ oled.begin(0x3D, Wire); // Initialize the OLED
45
46
// Print the total number of fonts loaded into memory
47
Serial.print(F("There are "));
0 commit comments