Skip to content

Commit d4b3bf8

Browse files
committed
Changing the default I2C address for Example8
1 parent f63c2b3 commit d4b3bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example8_Scroll/Example8_Scroll.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <SFE_MicroOLED.h> //Click here to get the library: http://librarymanager/All#SparkFun_Micro_OLED
2020

2121
#define PIN_RESET 9
22-
#define DC_JUMPER 0
22+
#define DC_JUMPER 1
2323
MicroOLED oled(PIN_RESET, DC_JUMPER); // I2C declaration
2424

2525
void setup()

0 commit comments

Comments
 (0)