Bump LittleVGL to v7.11.0, refactored directories.

This commit is contained in:
imi415 2021-04-21 01:39:35 +08:00
parent 00edc75a38
commit 83e89c0a3d
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
8 changed files with 7 additions and 7 deletions

View File

@ -5,12 +5,12 @@ project(lcd_jlx C)
set(CMAKE_C_STANDARD 11)
set(SOURCES
"main.c"
"st75256_impl.c"
"st7302_impl.c"
"st75256_lvgl_impl.c"
"st7302_lvgl_impl.c"
"user_tasks.c"
"src/main.c"
"src/st75256_impl.c"
"src/st7302_impl.c"
"src/st75256_lvgl_impl.c"
"src/st7302_lvgl_impl.c"
"src/user_tasks.c"
"fonts/jf_dot_jiskan24_2000.c"
"fonts/jf_dot_jiskan16.c"
"fonts/unica_one_12.c"

@ -1 +1 @@
Subproject commit 0aefab358b1c43f1dbb03cb65160f395032dc00d
Subproject commit ec9de515b36641be565d7bace5863ab631ce3b69

View File