convert lvgl from submodule to a plain old directory

This commit is contained in:
jacqueline
2023-06-01 15:41:47 +10:00
parent 6fd588e970
commit dd27c35304
1173 changed files with 359339 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#if LV_BUILD_TEST
#include <stdio.h>
#include "lvgl/lvgl.h"
int main(void) {
lv_init();
return 0;
}
#endif