Skip to content

Commit f9d6e2b

Browse files
committed
Update Comments
- Update comments for DC_JUMPER (not significant enough to warrant change in library version number).
1 parent 57e9dde commit f9d6e2b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

examples/MicroOLED_Clock/MicroOLED_Clock.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define PIN_RESET 9 // Connect RST to pin 9 (SPI & I2C)
2828
#define PIN_DC 8 // Connect DC to pin 8 (SPI only)
2929
#define PIN_CS 10 // Connect CS to pin 10 (SPI only)
30-
#define DC_JUMPER 0 // Set to either 0 (SPI, default) or 1 (I2C) based on jumper, matching the value of the DC Jumper
30+
#define DC_JUMPER 0 // Set to either 0 (default) or 1 based on jumper, matching the value of the DC Jumper
3131
// Also connect pin 13 to SCK and pin 11 to MOSI
3232

3333
//////////////////////////////////

examples/MicroOLED_Cube/MicroOLED_Cube.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define PIN_RESET 9 // Connect RST to pin 9
2828
#define PIN_DC 8 // Connect DC to pin 8
2929
#define PIN_CS 10 // Connect CS to pin 10
30-
#define DC_JUMPER 0 // Set to either 0 (SPI, default) or 1 (I2C) based on jumper, matching the value of the DC Jumper
30+
#define DC_JUMPER 0 // Set to either 0 (default) or 1 based on jumper, matching the value of the DC Jumper
3131
// Also connect pin 13 to SCK and pin 11 to MOSI
3232

3333
//////////////////////////////////

examples/MicroOLED_Demo/MicroOLED_Demo.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
#define PIN_RESET 9 // Connect RST to pin 9
2828
#define PIN_DC 8 // Connect DC to pin 8
2929
#define PIN_CS 10 // Connect CS to pin 10
30-
#define DC_JUMPER 0 // Set to either 0 (SPI, default) or 1 (I2C) based on jumper, matching the value of the DC Jumper
30+
#define DC_JUMPER 0 // Set to either 0 (default) or 1 based on jumper, matching the value of the DC Jumper
31+
// Also connect pin 13 to SCK and pin 11 to MOSI
3132

3233
//////////////////////////////////
3334
// MicroOLED Object Declaration //

examples/MicroOLED_DrawBitmap/MicroOLED_DrawBitmap.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define PIN_RESET 9 // Connect RST to pin 9 (req. for SPI and I2C)
4848
#define PIN_DC 8 // Connect DC to pin 8 (required for SPI)
4949
#define PIN_CS 10 // Connect CS to pin 10 (required for SPI)
50-
#define DC_JUMPER 0 // Set to either 0 (SPI, default) or 1 (I2C) based on jumper, matching the value of the DC Jumper
50+
#define DC_JUMPER 0 // Set to either 0 (default) or 1 based on jumper, matching the value of the DC Jumper
5151
// Also connect pin 13 to SCK and pin 11 to MOSI
5252

5353
//////////////////////////////////

examples/MicroOLED_Hello/MicroOLED_Hello.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define PIN_RESET 9 // Connect RST to pin 9 (req. for SPI and I2C)
5050
#define PIN_DC 8 // Connect DC to pin 8 (required for SPI)
5151
#define PIN_CS 10 // Connect CS to pin 10 (required for SPI)
52-
#define DC_JUMPER 0 // Set to either 0 (SPI, default) or 1 (I2C) based on jumper, matching the value of the DC Jumper
52+
#define DC_JUMPER 0 // Set to either 0 (default) or 1 based on jumper, matching the value of the DC Jumper
5353
// Also connect pin 13 to SCK and pin 11 to MOSI
5454

5555
//////////////////////////////////

0 commit comments

Comments
 (0)