Skip to content

Commit 7d94528

Browse files
committed
apply clang-format
1 parent 364be83 commit 7d94528

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Adafruit_SSD1306.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ bool Adafruit_SSD1306::begin(uint8_t vcs, uint8_t addr, bool reset,
627627
@param y
628628
Row of display -- 0 at top to (screen height -1) at bottom.
629629
@param color
630-
Pixel color, one of: SSD1306_BLACK, SSD1306_WHITE or SSD1306_INVERSE.
630+
Pixel color, one of: SSD1306_BLACK, SSD1306_WHITE or
631+
SSD1306_INVERSE.
631632
@return None (void).
632633
@note Changes buffer contents only, no immediate effect on display.
633634
Follow up with a call to display(), or with other graphics

0 commit comments

Comments
 (0)