Skip to content

Commit e686a73

Browse files
committed
simple: .connector_type = DRM_MODE_CONNECTOR_DSI
1 parent d2b2c58 commit e686a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def generate_panel_simple(p: Panel) -> None:
4040
.width = {p.h.size},
4141
.height = {p.v.size},
4242
}},
43+
.connector_type = DRM_MODE_CONNECTOR_DSI,
4344
}},
4445
{wrap.join(' .flags = ', ' |', ',', p.flags)}
4546
.format = {p.format},

0 commit comments

Comments
 (0)