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.
2 parents b38094e + a4031c8 commit ee628eeCopy full SHA for ee628ee
src/SH1106Wire.h
@@ -72,7 +72,7 @@ class SH1106Wire : public OLEDDisplay {
72
this->_address = _address;
73
this->_sda = _sda;
74
this->_scl = _scl;
75
-#if !defined(ARDUINO_ARCH_ESP32)
+#if !defined(ARDUINO_ARCH_ESP32) && !defined(ARCH_RP2040)
76
this->_wire = &Wire;
77
#else
78
this->_wire = (_i2cBus==I2C_ONE) ? &Wire : &Wire1;
0 commit comments