samples display lvgl: Add overlay for native_sim

Add overlays for the native_sim board

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2023-06-07 13:10:09 +02:00 committed by Chris Friedt
commit 3af65caed0
4 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,6 @@
/*
* Copyright (c) 2023, Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_posix.overlay"

View file

@ -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

View file

@ -0,0 +1,6 @@
/*
* Copyright (c) 2023, Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "native_sim.overlay"