Skip to content

Commit ef68440

Browse files
jakkraldab
authored andcommitted
Workaround for Linux build getting black screen on some computers.
See issue for more details zephyrproject-rtos/zephyr#71410 Workaround is to run lv_task_handler from main thread and disable CONFIG_LV_Z_FLUSH_THREAD.
1 parent 7704384 commit ef68440

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/boards/native_posix.conf

+2
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,5 @@ CONFIG_LOG_INFO_COLOR_GREEN=y
7474
CONFIG_APPLICATIONS_USE_LEA_ASSISTANT=n
7575

7676
CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
77+
CONFIG_SDL_DISPLAY_ZOOM_PCT=200
78+
CONFIG_LV_Z_FLUSH_THREAD=n

0 commit comments

Comments
 (0)