You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
479 B
20 lines
479 B
CSRCS += lv_arc.c
|
|
CSRCS += lv_bar.c
|
|
CSRCS += lv_btn.c
|
|
CSRCS += lv_btnmatrix.c
|
|
CSRCS += lv_canvas.c
|
|
CSRCS += lv_checkbox.c
|
|
CSRCS += lv_dropdown.c
|
|
CSRCS += lv_img.c
|
|
CSRCS += lv_label.c
|
|
CSRCS += lv_line.c
|
|
CSRCS += lv_roller.c
|
|
CSRCS += lv_slider.c
|
|
CSRCS += lv_switch.c
|
|
CSRCS += lv_table.c
|
|
CSRCS += lv_textarea.c
|
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/widgets
|
|
VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/widgets
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/widgets"
|
|
|