@@ -86,7 +86,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
8686 // Clear the buffer.
8787 _display->clearDisplay ();
8888 _display->display ();
89- _display->setRotation (_rotation); // 0-3, not degrees for SH1107
89+ _display->setRotation (_rotation); // 0-3, not degrees for SH1107
9090
9191 // Configure the text size and color
9292 _display->setTextSize (_text_sz);
@@ -114,7 +114,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
114114 @param text_size
115115 The magnification factor for the text size.
116116 @param rotation
117- The rotation of the display in degrees, default is 0 (no rotation) .
117+ The rotation of the display in degrees, default is 0.
118118 */
119119 void ConfigureSH1107 (uint8_t width, uint8_t height, uint8_t text_size,
120120 uint8_t rotation) {
@@ -135,7 +135,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
135135 @param text_size
136136 The magnification factor for the text size.
137137 @param rotation
138- The rotation of the display in degrees, default is 0 (no rotation) .
138+ The rotation of the display in degrees, default is 0.
139139 */
140140 void ConfigureSSD1306 (uint8_t width, uint8_t height, uint8_t text_size,
141141 uint8_t rotation = 0 ) {
@@ -209,12 +209,12 @@ class WipperSnapper_I2C_Driver_Out_SH1107
209209 }
210210
211211protected:
212- Adafruit_SH1107 *_display =
213- nullptr ; // /< Pointer to the Adafruit_SH1107 object
214- uint8_t _width; // /< Width of the display in pixels
215- uint8_t _height; // /< Height of the display in pixels
216- uint8_t _rotation; // /< Rotation of the display (0-3)
217- uint8_t _text_sz; // /< Text size of the display
212+ Adafruit_SH1107 *_display =
213+ nullptr ; // /< Pointer to the Adafruit_SH1107 object
214+ uint8_t _width; // /< Width of the display in pixels
215+ uint8_t _height; // /< Height of the display in pixels
216+ uint8_t _rotation; // /< Rotation of the display (0-3)
217+ uint8_t _text_sz; // /< Text size of the display
218218};
219219
220220#endif // WIPPERSNAPPER_I2C_DRIVER_OUT_SH1107_H
0 commit comments