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:
parent
41a185a1b5
commit
3af65caed0
4 changed files with 22 additions and 0 deletions
5
samples/subsys/display/lvgl/boards/native_sim.conf
Normal file
5
samples/subsys/display/lvgl/boards/native_sim.conf
Normal 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
|
6
samples/subsys/display/lvgl/boards/native_sim.overlay
Normal file
6
samples/subsys/display/lvgl/boards/native_sim.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "native_posix.overlay"
|
5
samples/subsys/display/lvgl/boards/native_sim_64.conf
Normal file
5
samples/subsys/display/lvgl/boards/native_sim_64.conf
Normal 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
|
6
samples/subsys/display/lvgl/boards/native_sim_64.overlay
Normal file
6
samples/subsys/display/lvgl/boards/native_sim_64.overlay
Normal file
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* Copyright (c) 2023, Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
#include "native_sim.overlay"
|
Loading…
Add table
Add a link
Reference in a new issue