add arc drawing and restructure draw functions

This commit is contained in:
Gabor Kiss-Vamosi
2018-06-07 15:32:19 +02:00
parent 3890e85527
commit cc1c20d6fe
14 changed files with 1007 additions and 480 deletions

View File

@@ -48,8 +48,8 @@ typedef struct
uint16_t sel_opt_id; /*Index of the current option*/
uint16_t sel_opt_id_ori; /*Store the original index on focus*/
uint16_t anim_time; /*Open/Close animation time [ms]*/
uint8_t opened :1; /*1: The list is opened*/
lv_coord_t fix_height; /*Height if the ddlist is opened. (0: auto-size)*/
uint8_t opened :1; /*1: The list is opened (handled by the library)*/
lv_coord_t fix_height; /*Height of the ddlist when opened. (0: auto-size)*/
}lv_ddlist_ext_t;
typedef enum {