Commit Graph

6 Commits

Author SHA1 Message Date
Zhang Ji Peng
8cf0bbb558
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-11-09 11:37:33 +01:00
Xiang Xiao
ea1d670f06
chore(make): order the source files in *.mk (#3468)
* chore(make): sync component.mk with the last directory layout

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* chore(make): order the source files in *.mk

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-13 16:51:52 +02:00
ataweg
d7d36f89b3
update to work with Arduino (#2200) 2021-05-03 20:26:10 +02:00
Xiang Xiao
8dd3c76305 fix(build): remove lv_ prefix from path 2021-03-23 23:30:32 +08:00
Carlos Diaz
b55ee6aaf3
fix(esp32) adjust COMPONENT_SRCDIRS and COMPONENT_ADD_INCLUDEDIRS in component.mk (#2108) 2021-02-26 21:03:32 -05:00
Carlos Diaz
e6de537952
Add component.mk file for esp-idf make based commands (#2056)
* Add component.mk file for esp-idf make commands

* component.mk: Check for IDF_VER

Checks for IDF_VER when adding COMPONENT_SRCDIRS and COMPONENT_ADD_INCLUDEDIRS
to avoid definig them when not using LVGL as ESP-IDF component.

* component.mk: Remove info messages
2021-02-08 16:15:59 +01:00