2019-11-04 16:57:30 +01:00
|
|
|
CSRCS += lv_draw_mask.c
|
|
|
|
CSRCS += lv_draw_blend.c
|
2018-06-07 15:32:19 +02:00
|
|
|
CSRCS += lv_draw_rect.c
|
|
|
|
CSRCS += lv_draw_label.c
|
|
|
|
CSRCS += lv_draw_line.c
|
|
|
|
CSRCS += lv_draw_img.c
|
|
|
|
CSRCS += lv_draw_arc.c
|
|
|
|
CSRCS += lv_draw_triangle.c
|
2019-05-15 18:50:38 +02:00
|
|
|
CSRCS += lv_img_decoder.c
|
2019-06-21 09:33:27 -07:00
|
|
|
CSRCS += lv_img_cache.c
|
2019-11-04 16:57:30 +01:00
|
|
|
CSRCS += lv_img_buf.c
|
2017-12-06 11:50:38 +01:00
|
|
|
|
2020-01-12 14:34:43 +01:00
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/lvgl//src/lv_draw
|
|
|
|
VPATH += :$(LVGL_DIR)/lvgl/src/lv_draw
|
2017-12-06 11:50:38 +01:00
|
|
|
|
2020-01-12 14:34:43 +01:00
|
|
|
CFLAGS += "-I$(LVGL_DIR)/lvgl/src/lv_draw"
|