Lines Matching +full:data +full:- +full:rate
1 .. zephyr:code-sample:: lvgl-accelerometer-chart
2 :name: LVGL line chart with accelerometer data
3 :relevant-api: display_interface sensor_interface
5 Display acceleration data on a real-time chart using LVGL.
11 display acceleration data on a line chart that is updated in real time.
14 timer fetches the latest acceleration data from the sensor every 20 ms (default value) and updates
22 * A sensor that provides acceleration data (:c:enumerator:`SENSOR_CHAN_ACCEL_XYZ`) and available
36 The maximum number of points to display for each series and the sampling rate of the
40 The default sampling rate is 50 Hz, and the default maximum number of points per series is 50.
42 The demo can be built as follows (note how in this particular case the sampling rate is set to a
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