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 def567c commit 5efebb8Copy full SHA for 5efebb8
src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h
@@ -22,8 +22,8 @@
22
#include <Adafruit_SH110X.h>
23
#include <Arduino.h>
24
25
-#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
26
-#define DEFAULT_HEIGHT 64 ///< Default height for a sh1107 128x64 display
+#define DEFAULT_WIDTH 64 ///< Default width for a sh1107 128x64 display
+#define DEFAULT_HEIGHT 128 ///< Default height for a sh1107 128x64 display
27
28
/*!
29
@brief Class that provides a driver interface for a SH1107
0 commit comments