diff --git a/samples/subsys/display/lvgl/boards/native_sim.conf b/samples/subsys/display/lvgl/boards/native_sim.conf new file mode 100644 index 00000000000..93d63c2b2de --- /dev/null +++ b/samples/subsys/display/lvgl/boards/native_sim.conf @@ -0,0 +1,5 @@ +CONFIG_LV_COLOR_DEPTH_32=y +CONFIG_GPIO=y +CONFIG_KSCAN=y +CONFIG_INPUT=y +CONFIG_LV_Z_POINTER_KSCAN=y diff --git a/samples/subsys/display/lvgl/boards/native_sim.overlay b/samples/subsys/display/lvgl/boards/native_sim.overlay new file mode 100644 index 00000000000..a77c43378bd --- /dev/null +++ b/samples/subsys/display/lvgl/boards/native_sim.overlay @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2023, Nordic Semiconductor ASA + * + * SPDX-License-Identifier: Apache-2.0 + */ +#include "native_posix.overlay" diff --git a/samples/subsys/display/lvgl/boards/native_sim_64.conf b/samples/subsys/display/lvgl/boards/native_sim_64.conf new file mode 100644 index 00000000000..93d63c2b2de --- /dev/null +++ b/samples/subsys/display/lvgl/boards/native_sim_64.conf @@ -0,0 +1,5 @@ +CONFIG_LV_COLOR_DEPTH_32=y +CONFIG_GPIO=y +CONFIG_KSCAN=y +CONFIG_INPUT=y +CONFIG_LV_Z_POINTER_KSCAN=y diff --git a/samples/subsys/display/lvgl/boards/native_sim_64.overlay b/samples/subsys/display/lvgl/boards/native_sim_64.overlay new file mode 100644 index 00000000000..5308ee48680 --- /dev/null +++ b/samples/subsys/display/lvgl/boards/native_sim_64.overlay @@ -0,0 +1,6 @@ +/* + * Copyright (c) 2023, Nordic Semiconductor ASA + * + * SPDX-License-Identifier: Apache-2.0 + */ +#include "native_sim.overlay"