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

View File

@@ -13,6 +13,7 @@
#include "lv_pb.h"
#include "../lv_draw/lv_draw.h"
#include <stdio.h>
/*********************
* DEFINES
@@ -134,6 +135,9 @@ bool lv_pb_signal(lv_obj_t* obj_dp, lv_signal_t sign, void * param)
case LV_SIGNAL_CORD_CHG:
lv_pb_set_value(obj_dp, ext_dp->act_value);
break;
case LV_SIGNAL_CLEANUP:
dm_free(ext_dp->format_dp);
break;
default:
break;
}