Skip to content

Commit 157c2b7

Browse files
committed
removes bad variable
1 parent d42a012 commit 157c2b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api_drivers/common_api_drivers/display/ssd1306/_ssd1306_init.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
_SET_CONTRAST = const(0x81)
66
_SET_ENTIRE_ON = const(0xA4)
77
_SET_NORM_INV = const(0xA6)
8-
_SET_DISP = const()
98
_DISP_OFF = const(0xAE)
109
_DISP_ON = const(0xAF)
1110
_SET_MEM_ADDR = const(0x20)

0 commit comments

Comments
 (0)