Skip to content

Commit 5efebb8

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent def567c commit 5efebb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#include <Adafruit_SH110X.h>
2323
#include <Arduino.h>
2424

25-
#define DEFAULT_WIDTH 128 ///< Default width for a sh1107 128x64 display
26-
#define DEFAULT_HEIGHT 64 ///< Default height for a sh1107 128x64 display
25+
#define DEFAULT_WIDTH 64 ///< Default width for a sh1107 128x64 display
26+
#define DEFAULT_HEIGHT 128 ///< Default height for a sh1107 128x64 display
2727

2828
/*!
2929
@brief Class that provides a driver interface for a SH1107

0 commit comments

Comments
 (0)