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>
10 lines
137 B
Plaintext
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
|