Skip to content

Commit 798b3e7

Browse files
committed
removes another bad variable
1 parent 157c2b7 commit 798b3e7

File tree

1 file changed

+0
-1
lines changed
  • api_drivers/common_api_drivers/display/ssd1306

1 file changed

+0
-1
lines changed

api_drivers/common_api_drivers/display/ssd1306/ssd1306.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
_SET_CONTRAST = const(0x81)
1616
_SET_NORM_INV = const(0xA6)
17-
_SET_DISP = const()
1817
_DISP_OFF = const(0xAE)
1918
_DISP_ON = const(0xAF)
2019
_SET_COL_ADDR = const(0x21)

0 commit comments

Comments
 (0)