Fork of Tangara with customizations
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.
|
CSRCS += lv_hal_disp.c
|
|
CSRCS += lv_hal_indev.c
|
|
CSRCS += lv_hal_tick.c
|
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/$(LVGL_DIR_NAME)/src/hal
|
|
VPATH += :$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/hal
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/$(LVGL_DIR_NAME)/src/hal"
|
|
|