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.
1 parent 879a8ed commit 95e594dCopy full SHA for 95e594d
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -75,13 +75,13 @@ class WipperSnapper_I2C_Driver_Out_SH1107
75
// Show image buffer on the display hardware.
76
// Since the buffer is intialized with an Adafruit splashscreen
77
// internally, this will display the splashscreen.
78
- _display.display();
+ _display->display();
79
delay(700);
80
81
// Clear the buffer.
82
- _display.clearDisplay();
83
84
- _display.setRotation(1);
+ _display->clearDisplay();
+ _display->setRotation(1);
85
86
// Configure the text size and color
87
_display->setTextSize(_text_sz);
0 commit comments