Skip to content

Commit d58d386

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent a655219 commit d58d386

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <Adafruit_GFX.h>
2222
#include <Adafruit_SH110X.h>
2323
#include <Arduino.h>
24+
#include "WipperSnapper.h"
2425

2526
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
2627
#define DEFAULT_HEIGHT 64 ///< Default height for a sh1107 128x64 display
@@ -112,6 +113,8 @@ class WipperSnapper_I2C_Driver_Out_SH1107
112113
_width = width;
113114
_height = height;
114115
_text_sz = text_size;
116+
WS_DEBUG_PRINT("text size: ");
117+
WS_DEBUG_PRINTLN(text_size);
115118
}
116119

117120
/*!

0 commit comments

Comments
 (0)