Bug fixes + chart bg changed to chart and some basic chart funtions added

This commit is contained in:
Gabor
2016-08-08 16:25:41 +02:00
parent 4eb123b57e
commit a56f804c9f
9 changed files with 558 additions and 344 deletions

2
lvgl.h
View File

@@ -9,6 +9,7 @@
/*********************
* INCLUDES
*********************/
#include <lvgl/lv_objx/lv_chart.h>
#include "lv_obj/lv_obj.h"
#include "lv_objx/lv_btn.h"
#include "lv_objx/lv_img.h"
@@ -19,7 +20,6 @@
#include "lv_objx/lv_list.h"
#include "lv_objx/lv_cb.h"
#include "lv_objx/lv_pb.h"
#include "lv_objx/lv_graphbg.h"
/*********************
* DEFINES