Skip to content

Commit 2851e81

Browse files
committed
clang format
1 parent 09d305c commit 2851e81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,11 @@ class WipperSnapper_I2C_Driver_Out_SH1107
127127
@param text_size
128128
The magnification factor for the text size.
129129
*/
130-
void ConfigureSSD1306(uint8_t width, uint8_t height,
131-
uint8_t text_size) {
130+
void ConfigureSSD1306(uint8_t width, uint8_t height, uint8_t text_size) {
132131
// This is a SH1107, not a SSD1306, so we don't need to do anything here.
133132
ConfigureSH1107(width, height, text_size);
134133
}
135134

136-
137135
/*!
138136
@brief Writes a message to the SH1107 display.
139137
@param message
@@ -189,7 +187,6 @@ class WipperSnapper_I2C_Driver_Out_SH1107
189187
}
190188
}
191189

192-
193190
/*!
194191
@brief Writes a message to the fake "SSD1306" SH1107 display.
195192
@param msg_write

0 commit comments

Comments
 (0)