Remove obsolete lvgl paths
This commit is contained in:
parent
38daea5cf8
commit
1e5ae8f8e5
1 changed files with 0 additions and 6 deletions
|
|
@ -6,17 +6,11 @@
|
||||||
|
|
||||||
find "$1/src" -name 'lv_init.c' | LC_ALL=C sort
|
find "$1/src" -name 'lv_init.c' | LC_ALL=C sort
|
||||||
find "$1/src/core" -name '*.c' | LC_ALL=C sort
|
find "$1/src/core" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/dev" -name '*.c' | LC_ALL=C sort
|
|
||||||
find "$1/src/display" -name '*.c' | LC_ALL=C sort
|
find "$1/src/display" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/draw" -name '*.c' | LC_ALL=C sort
|
find "$1/src/draw" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/drivers" -name '*.c' | LC_ALL=C sort
|
find "$1/src/drivers" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/extra" -name '*.c' | LC_ALL=C sort
|
|
||||||
find "$1/src/extra/widgets/keyboard" -name '*.c' | LC_ALL=C sort
|
|
||||||
find "$1/src/extra/widgets/msgbox" -name '*.c' | LC_ALL=C sort
|
|
||||||
find "$1/src/extra/widgets/span" -name '*.c' | LC_ALL=C sort
|
|
||||||
find "$1/src/indev" -name '*.c' | LC_ALL=C sort
|
find "$1/src/indev" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/font" -name '*.c' | LC_ALL=C sort
|
find "$1/src/font" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/hal" -name '*.c' | LC_ALL=C sort
|
|
||||||
find "$1/src/layouts" -name '*.c' | LC_ALL=C sort
|
find "$1/src/layouts" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/libs" -name '*.c' | LC_ALL=C sort
|
find "$1/src/libs" -name '*.c' | LC_ALL=C sort
|
||||||
find "$1/src/misc" -name '*.c' | LC_ALL=C sort
|
find "$1/src/misc" -name '*.c' | LC_ALL=C sort
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue