zephyr/samples/modules/lvgl/accelerometer_chart/prj.conf
Benjamin Cabé 17fad703c5 samples: lvgl: sensor: Add LVGL sample for real-time sensor data chart
This adds a new sample for LVGL that displays a real-time chart for
accelerometer data acquired from &accel0 sensor.

This also adds the appropriate overlays so that the sample can also run
on native POSIX and native sim using emulated BMI160.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2023-10-20 15:00:02 +02:00

10 lines
137 B
Plaintext

CONFIG_MAIN_STACK_SIZE=4096
CONFIG_LOG=y
CONFIG_LVGL=y
CONFIG_LV_Z_MEM_POOL_SIZE=16384
CONFIG_DISPLAY=y
CONFIG_INPUT=y
CONFIG_SENSOR=y