We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63c2b3 commit d4b3bf8Copy full SHA for d4b3bf8
1 file changed
examples/Example8_Scroll/Example8_Scroll.ino
@@ -19,7 +19,7 @@
19
#include <SFE_MicroOLED.h> //Click here to get the library: http://librarymanager/All#SparkFun_Micro_OLED
20
21
#define PIN_RESET 9
22
-#define DC_JUMPER 0
+#define DC_JUMPER 1
23
MicroOLED oled(PIN_RESET, DC_JUMPER); // I2C declaration
24
25
void setup()
0 commit comments