Skip to content

Commit 4528c21

Browse files
authored
More penance to the linter
1 parent d792ac6 commit 4528c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_st7565.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ST7565(framebuf.FrameBuffer):
5454

5555
# LCD Start Bytes
5656
start_bytes = 0
57-
57+
5858
CMD_DISPLAY_OFF = const(0xAE)
5959
CMD_DISPLAY_ON = const(0xAF)
6060
CMD_SET_DISP_START_LINE = const(0x40)

0 commit comments

Comments
 (0)