Skip to content

Commit

Permalink
One more long
Browse files Browse the repository at this point in the history
  • Loading branch information
ClutchplateDude committed May 24, 2024
1 parent e0fc5fa commit b6438aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SH1106Wire.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SH1106Wire : public OLEDDisplay {
* @param _i2cBus on ESP32 with 2 I2C HW buses, I2C_ONE for 1st Bus, I2C_TWO fot 2nd bus, default I2C_ONE
* @param _frequency for Frequency by default Let's use ~700khz if ESP8266 is in 160Mhz mode, this will be limited to ~400khz if the ESP8266 in 80Mhz mode
*/
SH1106Wire(uint8_t address, int sda = -1, int scl = -1, OLEDDISPLAY_GEOMETRY g = GEOMETRY_128_64, HW_I2C i2cBus = I2C_ONE, int frequency = 700000) {
SH1106Wire(uint8_t address, int sda = -1, int scl = -1, OLEDDISPLAY_GEOMETRY g = GEOMETRY_128_64, HW_I2C i2cBus = I2C_ONE, long frequency = 700000) {
setGeometry(g);

this->_address = address;
Expand Down

0 comments on commit b6438aa

Please sign in to comment.