Skip to content

Commit 0936ed7

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent 0b3eadf commit 0936ed7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
9393
// Clear the buffer
9494
_display->clearDisplay();
9595
_display->display();
96+
_display->print(char('a'));
9697
_display->display();
9798
return true;
9899
}
@@ -123,7 +124,8 @@ class WipperSnapper_I2C_Driver_Out_SH1107
123124
void WriteMessageSH1107(const char *message) {
124125
if (_display == nullptr)
125126
return;
126-
127+
WS_DEBUG_PRINT("Message:");
128+
WS_DEBUG_PRINTLN(message);
127129
// Start with a fresh display buffer
128130
// and settings
129131
int16_t y_idx = 0;

0 commit comments

Comments
 (0)