From 12180d6082d1ee3566b317a81776eb2c38ad8465 Mon Sep 17 00:00:00 2001 From: Swift Tian Date: Thu, 23 May 2024 16:43:10 +0800 Subject: [PATCH] samples: lvgl: fix accelerometer_chart compile Add CONFIG_EMUL=y to prj.conf. Signed-off-by: Swift Tian --- samples/modules/lvgl/accelerometer_chart/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/modules/lvgl/accelerometer_chart/prj.conf b/samples/modules/lvgl/accelerometer_chart/prj.conf index a5d6e2e831e..4930ab3bc2f 100644 --- a/samples/modules/lvgl/accelerometer_chart/prj.conf +++ b/samples/modules/lvgl/accelerometer_chart/prj.conf @@ -7,3 +7,4 @@ CONFIG_LV_Z_MEM_POOL_SIZE=16384 CONFIG_DISPLAY=y CONFIG_INPUT=y CONFIG_SENSOR=y +CONFIG_EMUL=y