We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcb85a commit 372d028Copy full SHA for 372d028
examples/Example9_Lines/Example9_Lines.ino
@@ -21,7 +21,7 @@
21
#include <SFE_MicroOLED.h> //Click here to get the library: http://librarymanager/All#SparkFun_Micro_OLED
22
23
#define PIN_RESET 9
24
-#define DC_JUMPER 0
+#define DC_JUMPER 1
25
MicroOLED oled(PIN_RESET, DC_JUMPER); // I2C declaration
26
27
void setup()
@@ -32,7 +32,7 @@ void setup()
32
Serial.begin(115200);
33
Serial.println(F("Micro OLED Example"));
34
35
- oled.enableDebugging(); // Uncomment this line to enable debug messages on Serial
+ //oled.enableDebugging(); // Uncomment this line to enable debug messages on Serial
36
37
oled.begin(); // Initialize the OLED
38
oled.clear(ALL); // Clear the display's internal memory
0 commit comments