Skip to content

Commit

Permalink
Workaround for Linux build getting black screen on some computers.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jakkra authored and ldab committed Jun 12, 2024
1 parent cb5ced4 commit 40e1224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/boards/native_posix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ CONFIG_LOG_INFO_COLOR_GREEN=y
CONFIG_APPLICATIONS_USE_LEA_ASSISTANT=n

CONFIG_BT_HCI_ACL_FLOW_CONTROL=n
CONFIG_SDL_DISPLAY_ZOOM_PCT=200
CONFIG_LV_Z_FLUSH_THREAD=n

0 comments on commit 40e1224

Please sign in to comment.