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_widgets.mk (479B)

      1 CSRCS += lv_arc.c
      2 CSRCS += lv_bar.c
      3 CSRCS += lv_btn.c
      4 CSRCS += lv_btnmatrix.c
      5 CSRCS += lv_canvas.c
      6 CSRCS += lv_checkbox.c
      7 CSRCS += lv_dropdown.c
      8 CSRCS += lv_img.c
      9 CSRCS += lv_label.c
     10 CSRCS += lv_line.c
     11 CSRCS += lv_roller.c
     12 CSRCS += lv_slider.c
     13 CSRCS += lv_switch.c
     14 CSRCS += lv_table.c
     15 CSRCS += lv_textarea.c
     16 
     17 DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/widgets
     18 VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/widgets
     19 
     20 CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/widgets"