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 a655219 commit d58d386Copy full SHA for d58d386
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -21,6 +21,7 @@
21
#include <Adafruit_GFX.h>
22
#include <Adafruit_SH110X.h>
23
#include <Arduino.h>
24
+#include "WipperSnapper.h"
25
26
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
27
#define DEFAULT_HEIGHT 64 ///< Default height for a sh1107 128x64 display
@@ -112,6 +113,8 @@ class WipperSnapper_I2C_Driver_Out_SH1107
112
113
_width = width;
114
_height = height;
115
_text_sz = text_size;
116
+ WS_DEBUG_PRINT("text size: ");
117
+ WS_DEBUG_PRINTLN(text_size);
118
}
119
120
/*!
0 commit comments