acid-drop- Hacking the planet from a LilyGo T-Deck using custom firmware |
git clone git://git.acid.vegas/acid-drop.git |
Log | Files | Refs | Archive | README | LICENSE |
lv_core.mk (494B)
1 CSRCS += lv_disp.c 2 CSRCS += lv_group.c 3 CSRCS += lv_indev.c 4 CSRCS += lv_indev_scroll.c 5 CSRCS += lv_obj.c 6 CSRCS += lv_obj_class.c 7 CSRCS += lv_obj_draw.c 8 CSRCS += lv_obj_pos.c 9 CSRCS += lv_obj_scroll.c 10 CSRCS += lv_obj_style.c 11 CSRCS += lv_obj_style_gen.c 12 CSRCS += lv_obj_tree.c 13 CSRCS += lv_event.c 14 CSRCS += lv_refr.c 15 CSRCS += lv_theme.c 16 17 DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/core 18 VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/core 19 20 CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/core"