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

@@ -181,6 +181,9 @@ bool lv_cb_signal(lv_obj_t* obj_dp, lv_signal_t sign, void * param)
lv_obj_set_style(ext_dp->bullet, &style_p->bullet);
lv_obj_set_style(ext_dp->label, &style_p->label);
break;
case LV_SIGNAL_CLEANUP:
/*Nothing to cleanup. (No dynamically allocated memory in 'ext')*/
break;
default:
break;
}