This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues/pull-requests.
|
CSRCS += lv_hal_disp.c
|
|
CSRCS += lv_hal_indev.c
|
|
CSRCS += lv_hal_tick.c
|
|
|
|
DEPPATH += --dep-path $(LVGL_DIR)/lvgl/lv_hal
|
|
VPATH += :$(LVGL_DIR)/lvgl/lv_hal
|
|
|
|
CFLAGS += "-I$(LVGL_DIR)/lvgl/lv_hal"
|