Skip to content

Commit

Permalink
removes another bad variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Jan 14, 2025
1 parent 157c2b7 commit 798b3e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_drivers/common_api_drivers/display/ssd1306/ssd1306.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

_SET_CONTRAST = const(0x81)
_SET_NORM_INV = const(0xA6)
_SET_DISP = const()
_DISP_OFF = const(0xAE)
_DISP_ON = const(0xAF)
_SET_COL_ADDR = const(0x21)
Expand Down

0 comments on commit 798b3e7

Please sign in to comment.