Skip to content

Commit 1332b82

Browse files
committed
add missing parameter to sdl bus init
1 parent 23fcb27 commit 1332b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api_drivers/common_api_drivers/display/sdl_display/sdl_display.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def __init__(
169169
lv.color_format_get_size(color_space) * 8,
170170
cf,
171171
False,
172+
False,
172173
8,
173174
8
174175
)

0 commit comments

Comments
 (0)