feat(example) chart example to add gap between the old and new data (#2565)

* fix(chart) draw line chart indicator (bullet)

There was a missing bullet if the previous point was LV_CHART_POINT_NONE

* feat(example) add chart example with gap in circular mode

* add missing prototype
This commit is contained in:
Gabor Kiss-Vamosi
2021-09-27 11:01:31 +02:00
committed by GitHub
parent 28e9593e58
commit 5565d5965a
2 changed files with 47 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ void lv_example_chart_5(void);
void lv_example_chart_6(void);
void lv_example_chart_7(void);
void lv_example_chart_8(void);
void lv_example_chart_9(void);
void lv_example_checkbox_1(void);
void lv_example_checkbox_2(void);