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_font.mk (1144B)

      1 CSRCS += lv_font.c
      2 CSRCS += lv_font_fmt_txt.c
      3 CSRCS += lv_font_loader.c
      4 
      5 CSRCS += lv_font_dejavu_16_persian_hebrew.c
      6 CSRCS += lv_font_montserrat_8.c
      7 CSRCS += lv_font_montserrat_10.c
      8 CSRCS += lv_font_montserrat_12.c
      9 CSRCS += lv_font_montserrat_12_subpx.c
     10 CSRCS += lv_font_montserrat_14.c
     11 CSRCS += lv_font_montserrat_16.c
     12 CSRCS += lv_font_montserrat_18.c
     13 CSRCS += lv_font_montserrat_20.c
     14 CSRCS += lv_font_montserrat_22.c
     15 CSRCS += lv_font_montserrat_24.c
     16 CSRCS += lv_font_montserrat_26.c
     17 CSRCS += lv_font_montserrat_28.c
     18 CSRCS += lv_font_montserrat_28_compressed.c
     19 CSRCS += lv_font_montserrat_30.c
     20 CSRCS += lv_font_montserrat_32.c
     21 CSRCS += lv_font_montserrat_34.c
     22 CSRCS += lv_font_montserrat_36.c
     23 CSRCS += lv_font_montserrat_38.c
     24 CSRCS += lv_font_montserrat_40.c
     25 CSRCS += lv_font_montserrat_42.c
     26 CSRCS += lv_font_montserrat_44.c
     27 CSRCS += lv_font_montserrat_46.c
     28 CSRCS += lv_font_montserrat_48.c
     29 CSRCS += lv_font_simsun_16_cjk.c
     30 CSRCS += lv_font_unscii_8.c
     31 CSRCS += lv_font_unscii_16.c
     32 
     33 DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/font
     34 VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/font
     35 
     36 CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/font"