mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge 8788317bb122e65db760d23493407410d9fcd192 into dev
This commit is contained in:
commit
6e12abe015
@ -42,7 +42,6 @@ enum {
|
|||||||
LV_CHART_TYPE_NONE = 0x00, /**< Don't draw the series*/
|
LV_CHART_TYPE_NONE = 0x00, /**< Don't draw the series*/
|
||||||
LV_CHART_TYPE_LINE = 0x01, /**< Connect the points with lines*/
|
LV_CHART_TYPE_LINE = 0x01, /**< Connect the points with lines*/
|
||||||
LV_CHART_TYPE_COLUMN = 0x02, /**< Draw columns*/
|
LV_CHART_TYPE_COLUMN = 0x02, /**< Draw columns*/
|
||||||
LV_CHART_TYPE_SCATTER = 0x03, /**< X/Y chart, points and/or lines*/
|
|
||||||
};
|
};
|
||||||
typedef uint8_t lv_chart_type_t;
|
typedef uint8_t lv_chart_type_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user