Lines Matching +full:sample +full:- +full:period +full:- +full:ms
1 .. zephyr:code-sample:: lvgl-accelerometer-chart
3 :relevant-api: display_interface sensor_interface
5 Display acceleration data on a real-time chart using LVGL.
10 A sample application that demonstrates how to use LVGL and the :ref:`sensor` to
13 This sample creates a line chart with three series, one for each axis of the accelerometer. An LVGL
14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates
15 the chart. The update period is configurable, see
28 ``native_posix*`` and ``native_sim*`` board variants, making it possible to run this sample on
45 .. zephyr-app-commands::
46 :zephyr-app: samples/modules/lvgl/accelerometer_chart
47 :host-os: unix
49 :gen-args: -DCONFIG_SAMPLE_ACCEL_SAMPLING_RATE=20