Further modifications with styles

This commit is contained in:
Gabor
2016-06-16 10:57:03 +02:00
parent 1b263d5d8a
commit 3316a2ef25
13 changed files with 35 additions and 43 deletions

View File

@@ -133,15 +133,12 @@ typedef enum
typedef struct
{
color_t color;
uint8_t empty :1;
}lv_objs_t;
typedef enum
{
LV_OBJS_DEF,
LV_OBJS_COLOR,
LV_OBJS_SCR,
LV_OBJS_EMPTY,
}lv_objs_builtin_t;
/**********************