lv_chart:fixes

This commit is contained in:
Gabor Kiss-Vamosi
2018-12-02 09:37:24 +01:00
parent 28c4599436
commit 7d7a85c78f
2 changed files with 27 additions and 14 deletions

View File

@@ -53,9 +53,9 @@ typedef struct
uint8_t type :4; /*Line, column or point chart (from 'lv_chart_type_t')*/
struct {
lv_coord_t width; /*Line width or point radius*/
uint8_t num; /*Number of data lines in dl_ll*/
lv_opa_t opa; /*Opacity of data lines*/
lv_opa_t dark; /*Dark level of the point/column bottoms*/
uint8_t num; /*Number of data lines in dl_ll*/
lv_opa_t opa; /*Opacity of data lines*/
lv_opa_t dark; /*Dark level of the point/column bottoms*/
} series;
} lv_chart_ext_t;