Skip to content

Commit

Permalink
fix flake8 violations
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Jan 19, 2020
1 parent d09a391 commit 6337b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luma/oled/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class ssd1322(common):
DISPLAYOFF = 0xAE
SETCONTRAST = 0xC1


class ssd1362(common):
DISPLAYON = 0xAF
DISPLAYOFF = 0xAE
Expand Down

0 comments on commit 6337b34

Please sign in to comment.