Skip to content

Commit

Permalink
Acquiesce to black's very stict expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcandy committed Dec 3, 2020
1 parent b92bf18 commit dd1da50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion adafruit_ssd1306.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ def init_display(self):
SET_DISP_OFFSET,
0x00,
SET_COM_PIN_CFG,
0x02 if (self.height == 32 or self.height == 16) and (self.width != 64) else 0x12,
0x02
if (self.height == 32 or self.height == 16) and (self.width != 64)
else 0x12,
# timing and driving scheme
SET_DISP_CLK_DIV,
0x80,
Expand Down

0 comments on commit dd1da50

Please sign in to comment.