Skip to content

Commit aaf7ca4

Browse files
author
Melissa LeBlanc-Williams
committed
Enabled new option required for display
1 parent 98c7aa7 commit aaf7ca4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_ssd1351.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ class SSD1351(displayio.Display):
7676
"""SSD1351 driver"""
7777
def __init__(self, bus, **kwargs):
7878
super().__init__(bus, _INIT_SEQUENCE, **kwargs, set_column_command=0x15,
79-
set_row_command=0x75, write_ram_command=0x5C)
79+
set_row_command=0x75, write_ram_command=0x5C,
80+
single_byte_bounds=True)

0 commit comments

Comments
 (0)