BUtton matrix added

This commit is contained in:
Gabor
2016-09-30 13:35:54 +02:00
parent aebb6e2883
commit 6e4993371e
5 changed files with 506 additions and 1 deletions

View File

@@ -252,6 +252,6 @@ lv_objs_t * lv_objs_get(lv_objs_builtin_t style, lv_objs_t * copy_p);
**********************/
#define LV_SA(obj_dp, style_type) ((style_type *) obj_dp->style_p)
#define LV_EA(obj_dp, obj_type) ((obj_type *) obj_dp->ext_dp)
#define LV_EA(obj_dp, ext_type) ((ext_type *) obj_dp->ext_dp)
#endif