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>
19 lines
449 B
YAML
19 lines
449 B
YAML
sample:
|
|
description: Real-time visualization of acceleration data using LVGL chart widget
|
|
name: LVGL acceleration chart
|
|
tests:
|
|
sample.modules.lvgl.accelerometer_chart:
|
|
filter: dt_chosen_enabled("zephyr,display") and dt_alias_exists("accel0")
|
|
min_flash: 250
|
|
min_ram: 32
|
|
harness: none
|
|
tags:
|
|
- samples
|
|
- display
|
|
- gui
|
|
- lvgl
|
|
modules:
|
|
- lvgl
|
|
integration_platforms:
|
|
- native_posix_64
|