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_draw_sw.mk (446B)

      1 CSRCS += lv_draw_sw.c
      2 CSRCS += lv_draw_sw_arc.c
      3 CSRCS += lv_draw_sw_blend.c
      4 CSRCS += lv_draw_sw_img.c
      5 CSRCS += lv_draw_sw_letter.c
      6 CSRCS += lv_draw_sw_line.c
      7 CSRCS += lv_draw_sw_rect.c
      8 CSRCS += lv_draw_sw_polygon.c
      9 CSRCS += lv_draw_sw_gradient.c
     10 CSRCS += lv_draw_sw_dither.c
     11 
     12 DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw/sw
     13 VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw/sw
     14 
     15 CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/draw/sw"