mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
declare lv_chart_set_update_mode fucntion
This commit is contained in:
parent
65b83dd1c1
commit
c7d582e403
@ -192,6 +192,13 @@ void lv_chart_set_points(lv_obj_t * chart, lv_chart_series_t * ser, lv_coord_t *
|
|||||||
*/
|
*/
|
||||||
void lv_chart_set_next(lv_obj_t * chart, lv_chart_series_t * ser, lv_coord_t y);
|
void lv_chart_set_next(lv_obj_t * chart, lv_chart_series_t * ser, lv_coord_t y);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set update mode of the chart object.
|
||||||
|
* @param chart pointer to a chart object
|
||||||
|
* @param update mode
|
||||||
|
*/
|
||||||
|
void lv_chart_set_update_mode(lv_obj_t * chart, lv_chart_update_mode_t update_mode);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the style of a chart
|
* Set the style of a chart
|
||||||
* @param chart pointer to a chart object
|
* @param chart pointer to a chart object
|
||||||
|
Loading…
x
Reference in New Issue
Block a user