From a3d8c7f38d4f7e353c826438672b504bae07f9b7 Mon Sep 17 00:00:00 2001 From: Neo Xu Date: Sun, 4 Aug 2024 14:48:13 +0800 Subject: [PATCH] chore(lvgl): use private lvgl repo until all codes upstreamed Signed-off-by: Neo Xu --- .gitmodules | 2 +- deps/lvgl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index cf40f55..99c11fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "deps/lvgl"] path = deps/lvgl - url = https://github.com/lvgl/lvgl.git + url = https://github.com/XuNeo/lvgl.git [submodule "deps/lua-compat-5.3"] path = deps/lua-compat-5.3 url = https://github.com/lunarmodules/lua-compat-5.3.git diff --git a/deps/lvgl b/deps/lvgl index daa7fef..735c73b 160000 --- a/deps/lvgl +++ b/deps/lvgl @@ -1 +1 @@ -Subproject commit daa7fefb3a4bd058f1c5b5166871085876d0ada4 +Subproject commit 735c73b838d65bdf0a45c6c9f481bb75c6133766