Skip to content

Commit 8962b73

Browse files
authored
1 parent 3277af2 commit 8962b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mipi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class DCSCommand(Enum):
8383
WRITE_MEMORY_START = 0x2C,
8484
WRITE_LUT = 0x2D,
8585
READ_MEMORY_START = 0x2E,
86-
SET_PARTIAL_AREA = 0x30,
86+
SET_PARTIAL_ROWS = 0x30,
8787
SET_SCROLL_AREA = 0x33, 6,
8888
SET_TEAR_OFF = 0x34, 0, 'mipi_dsi_dcs_set_tear_off'
8989
SET_TEAR_ON = 0x35, 1, 'mipi_dsi_dcs_set_tear_on', TearMode.get_params

0 commit comments

Comments
 (0)