Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lvgl/tools/config_refs.yml: update reference value #32

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions graphics/lvgl/tools/config_refs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ base:
LV_USE_CLIB_MALLOC: 1
LV_USE_CLIB_STRING: 1
LV_USE_CLIB_SPRINTF: 1
LV_DEF_REFR_PERIOD: 16
LV_DEF_REFR_PERIOD: 8
LV_USE_LOG: 1
LV_LOG_LEVEL_WARN: 1
LV_LOG_LEVEL: 2
Expand All @@ -28,15 +28,12 @@ jpeg:
LV_USE_LIBJPEG_TURBO: 1

gif:
LV_USE_GIF: y
LV_USE_GIF: 1
LV_FS_POSIX_CACHE_SIZE: 4096

cache:
LV_CACHE_DEF_SIZE: 8388608
LV_CACHE_DEF_SIZE: 10485760
LV_IMAGE_HEADER_CACHE_DEF_CNT: 128
LV_FREETYPE_CACHE_SIZE: 1024
LV_FREETYPE_CACHE_FT_FACES: 8
LV_FREETYPE_CACHE_FT_SIZES: 16
LV_FREETYPE_CACHE_FT_GLYPH_CNT: 256
LV_BIN_DECODER_RAM_LOAD: 1

Expand All @@ -63,11 +60,21 @@ perf:
LV_USE_ASSERT_STYLE: 0
LV_USE_ASSERT_MEM_INTEGRITY: 0
LV_USE_ASSERT_OBJ: 0
LV_VG_LITE_USE_ASSERT: 0

vg_lite:
LV_USE_DRAW_VG_LITE: 1
LV_VG_LITE_USE_GPU_INIT: 1
LV_VG_LITE_FLUSH_MAX_COUNT: 0
LV_DRAW_BUF_ALIGN: 64
LV_ATTRIBUTE_MEM_ALIGN_SIZE: 64
LV_USE_VECTOR_GRAPHIC: 1
LV_USE_FLOAT: 1

trace_lvgl:
LV_USE_PROFILER: 1
LV_USE_PROFILER_BUILTIN: 1
LV_PROFILER_BUILTIN_BUF_SIZE: 1048576
ARCH_PERF_EVENTS: 1
SCHED_INSTRUMENTATION: 0
WATCHDOG: 0
Loading