linuxOS_AP06/buildroot/configs/rockchip/lvgl/v9/base.config
2025-06-03 12:28:32 +08:00

354 lines
8.9 KiB
Plaintext

BR2_PACKAGE_LVGL=y
# BR2_PACKAGE_LVGL_VERSION_8 is not set
BR2_PACKAGE_LVGL_VERSION_9=y
# BR2_LV_CONF_SKIP is not set
# BR2_LV_CONF_MINIMAL is not set
#
# Color Settings
#
BR2_LV_COLOR_DEPTH_32=y
# BR2_LV_COLOR_DEPTH_24 is not set
# BR2_LV_COLOR_DEPTH_16 is not set
# BR2_LV_COLOR_DEPTH_8 is not set
# BR2_LV_COLOR_DEPTH_1 is not set
BR2_LV_COLOR_DEPTH=32
#
# Memory Settings
#
# BR2_LV_USE_BUILTIN_MALLOC is not set
BR2_LV_USE_CLIB_MALLOC=y
# BR2_LV_USE_MICROPYTHON_MALLOC is not set
# BR2_LV_USE_RTTHREAD_MALLOC is not set
# BR2_LV_USE_CUSTOM_MALLOC is not set
BR2_LV_USE_STDLIB_MALLOC=1
# BR2_LV_USE_BUILTIN_STRING is not set
BR2_LV_USE_CLIB_STRING=y
# BR2_LV_USE_CUSTOM_STRING is not set
BR2_LV_USE_STDLIB_STRING=1
# BR2_LV_USE_BUILTIN_SPRINTF is not set
BR2_LV_USE_CLIB_SPRINTF=y
# BR2_LV_USE_CUSTOM_SPRINTF is not set
BR2_LV_USE_STDLIB_SPRINTF=1
#
# HAL Settings
#
BR2_LV_DEF_REFR_PERIOD=16
BR2_LV_DPI_DEF=130
#
# Operating System (OS)
#
# BR2_LV_OS_NONE is not set
BR2_LV_OS_PTHREAD=y
# BR2_LV_OS_FREERTOS is not set
# BR2_LV_OS_CMSIS_RTOS2 is not set
# BR2_LV_OS_RTTHREAD is not set
# BR2_LV_OS_WINDOWS is not set
# BR2_LV_OS_CUSTOM is not set
BR2_LV_USE_OS=1
#
# Rendering Configuration
#
BR2_LV_DRAW_BUF_STRIDE_ALIGN=1
BR2_LV_DRAW_BUF_ALIGN=4
BR2_LV_DRAW_LAYER_SIMPLE_BUF_SIZE=24576
BR2_LV_USE_DRAW_SW=y
BR2_LV_DRAW_SW_DRAW_UNIT_CNT=3
# BR2_LV_USE_DRAW_ARM2D_SYNC is not set
# BR2_LV_USE_NATIVE_HELIUM_ASM is not set
BR2_LV_DRAW_SW_COMPLEX=y
BR2_LV_DRAW_SW_SHADOW_CACHE_SIZE=0
BR2_LV_DRAW_SW_CIRCLE_CACHE_SIZE=4
# BR2_LV_DRAW_SW_ASM_NONE is not set
# BR2_LV_DRAW_SW_ASM_NEON is not set
# BR2_LV_DRAW_SW_ASM_HELIUM is not set
# BR2_LV_DRAW_SW_ASM_CUSTOM is not set
# BR2_LV_USE_DRAW_SW_ASM is not set
# BR2_LV_USE_DRAW_VGLITE is not set
# BR2_LV_USE_DRAW_PXP is not set
# BR2_LV_USE_DRAW_DAVE2D is not set
# BR2_LV_USE_DRAW_VG_LITE is not set
# BR2_LV_USE_VECTOR_GRAPHIC is not set
#
# Feature Configuration
#
#
# Logging
#
BR2_LV_USE_LOG=y
# BR2_LV_LOG_LEVEL_TRACE is not set
# BR2_LV_LOG_LEVEL_INFO is not set
BR2_LV_LOG_LEVEL_WARN=y
# BR2_LV_LOG_LEVEL_ERROR is not set
# BR2_LV_LOG_LEVEL_USER is not set
# BR2_LV_LOG_LEVEL_NONE is not set
BR2_LV_LOG_LEVEL=2
# BR2_LV_LOG_PRINTF is not set
BR2_LV_LOG_USE_TIMESTAMP=y
BR2_LV_LOG_USE_FILE_LINE=y
# BR2_LV_LOG_TRACE_MEM is not set
# BR2_LV_LOG_TRACE_TIMER is not set
# BR2_LV_LOG_TRACE_INDEV is not set
# BR2_LV_LOG_TRACE_DISP_REFR is not set
# BR2_LV_LOG_TRACE_EVENT is not set
# BR2_LV_LOG_TRACE_OBJ_CREATE is not set
# BR2_LV_LOG_TRACE_LAYOUT is not set
# BR2_LV_LOG_TRACE_ANIM is not set
# BR2_LV_LOG_TRACE_CACHE is not set
#
# Asserts
#
BR2_LV_USE_ASSERT_NULL=y
BR2_LV_USE_ASSERT_MALLOC=y
# BR2_LV_USE_ASSERT_STYLE is not set
# BR2_LV_USE_ASSERT_MEM_INTEGRITY is not set
# BR2_LV_USE_ASSERT_OBJ is not set
BR2_LV_ASSERT_HANDLER_INCLUDE="assert.h"
#
# Debug
#
# BR2_LV_USE_REFR_DEBUG is not set
# BR2_LV_USE_LAYER_DEBUG is not set
# BR2_LV_USE_PARALLEL_DRAW_DEBUG is not set
#
# Others
#
# BR2_LV_ENABLE_GLOBAL_CUSTOM is not set
BR2_LV_CACHE_DEF_SIZE=10485760
BR2_LV_IMAGE_HEADER_CACHE_DEF_CNT=500
BR2_LV_GRADIENT_MAX_STOPS=2
BR2_LV_COLOR_MIX_ROUND_OFS=128
BR2_LV_OBJ_STYLE_CACHE=y
# BR2_LV_USE_OBJ_ID is not set
# BR2_LV_USE_OBJ_ID_BUILTIN is not set
BR2_LV_USE_OBJ_PROPERTY=y
#
# Compiler Settings
#
# BR2_LV_BIG_ENDIAN_SYSTEM is not set
BR2_LV_ATTRIBUTE_MEM_ALIGN_SIZE=1
# BR2_LV_ATTRIBUTE_FAST_MEM_USE_IRAM is not set
# BR2_LV_USE_FLOAT is not set
#
# Font Usage
#
#
# Enable built-in fonts
#
# BR2_LV_FONT_MONTSERRAT_8 is not set
# BR2_LV_FONT_MONTSERRAT_10 is not set
BR2_LV_FONT_MONTSERRAT_12=y
BR2_LV_FONT_MONTSERRAT_14=y
BR2_LV_FONT_MONTSERRAT_16=y
BR2_LV_FONT_MONTSERRAT_18=y
BR2_LV_FONT_MONTSERRAT_20=y
BR2_LV_FONT_MONTSERRAT_22=y
BR2_LV_FONT_MONTSERRAT_24=y
# BR2_LV_FONT_MONTSERRAT_26 is not set
# BR2_LV_FONT_MONTSERRAT_28 is not set
# BR2_LV_FONT_MONTSERRAT_30 is not set
BR2_LV_FONT_MONTSERRAT_32=y
# BR2_LV_FONT_MONTSERRAT_34 is not set
# BR2_LV_FONT_MONTSERRAT_36 is not set
# BR2_LV_FONT_MONTSERRAT_38 is not set
# BR2_LV_FONT_MONTSERRAT_40 is not set
# BR2_LV_FONT_MONTSERRAT_42 is not set
# BR2_LV_FONT_MONTSERRAT_44 is not set
# BR2_LV_FONT_MONTSERRAT_46 is not set
BR2_LV_FONT_MONTSERRAT_48=y
# BR2_LV_FONT_MONTSERRAT_28_COMPRESSED is not set
# BR2_LV_FONT_DEJAVU_16_PERSIAN_HEBREW is not set
# BR2_LV_FONT_SIMSUN_16_CJK is not set
# BR2_LV_FONT_UNSCII_8 is not set
# BR2_LV_FONT_UNSCII_16 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_8 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_12 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_14 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_16 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_18 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_20 is not set
BR2_LV_FONT_DEFAULT_MONTSERRAT_22=y
# BR2_LV_FONT_DEFAULT_MONTSERRAT_24 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_26 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_28 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_30 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_32 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_34 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_36 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_38 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_40 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_42 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_44 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_46 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_48 is not set
# BR2_LV_FONT_DEFAULT_MONTSERRAT_28_COMPRESSED is not set
# BR2_LV_FONT_DEFAULT_DEJAVU_16_PERSIAN_HEBREW is not set
# BR2_LV_FONT_DEFAULT_SIMSUN_16_CJK is not set
# BR2_LV_FONT_DEFAULT_UNSCII_8 is not set
# BR2_LV_FONT_DEFAULT_UNSCII_16 is not set
BR2_LV_FONT_FMT_TXT_LARGE=y
# BR2_LV_USE_FONT_COMPRESSED is not set
BR2_LV_USE_FONT_PLACEHOLDER=y
#
# Text Settings
#
BR2_LV_TXT_ENC_UTF8=y
# BR2_LV_TXT_ENC_ASCII is not set
BR2_LV_TXT_BREAK_CHARS=" ,.;:-_)]}"
BR2_LV_TXT_LINE_BREAK_LONG_LEN=0
# BR2_LV_USE_BIDI is not set
# BR2_LV_USE_ARABIC_PERSIAN_CHARS is not set
#
# Widget Usage
#
BR2_LV_WIDGETS_HAS_DEFAULT_VALUE=y
BR2_LV_USE_ANIMIMG=y
BR2_LV_USE_ARC=y
BR2_LV_USE_BAR=y
BR2_LV_USE_BUTTON=y
BR2_LV_USE_BUTTONMATRIX=y
BR2_LV_USE_CALENDAR=y
# BR2_LV_CALENDAR_WEEK_STARTS_MONDAY is not set
BR2_LV_USE_CALENDAR_HEADER_ARROW=y
BR2_LV_USE_CALENDAR_HEADER_DROPDOWN=y
BR2_LV_USE_CANVAS=y
BR2_LV_USE_CHART=y
BR2_LV_USE_CHECKBOX=y
BR2_LV_USE_DROPDOWN=y
BR2_LV_USE_IMAGE=y
BR2_LV_USE_IMAGEBUTTON=y
BR2_LV_USE_KEYBOARD=y
BR2_LV_USE_LABEL=y
BR2_LV_LABEL_TEXT_SELECTION=y
BR2_LV_LABEL_LONG_TXT_HINT=y
BR2_LV_LABEL_WAIT_CHAR_COUNT=3
BR2_LV_USE_LED=y
BR2_LV_USE_LINE=y
BR2_LV_USE_LIST=y
BR2_LV_USE_MENU=y
BR2_LV_USE_MSGBOX=y
BR2_LV_USE_OBSERVER=y
BR2_LV_USE_ROLLER=y
BR2_LV_USE_SCALE=y
BR2_LV_USE_SLIDER=y
BR2_LV_USE_SPAN=y
BR2_LV_SPAN_SNIPPET_STACK_SIZE=64
BR2_LV_USE_SPINBOX=y
BR2_LV_USE_SPINNER=y
BR2_LV_USE_SWITCH=y
BR2_LV_USE_TEXTAREA=y
BR2_LV_TEXTAREA_DEF_PWD_SHOW_TIME=1500
BR2_LV_USE_TABLE=y
BR2_LV_USE_TABVIEW=y
BR2_LV_USE_TILEVIEW=y
BR2_LV_USE_WIN=y
#
# Themes
#
BR2_LV_USE_THEME_DEFAULT=y
# BR2_LV_THEME_DEFAULT_DARK is not set
BR2_LV_THEME_DEFAULT_GROW=y
BR2_LV_THEME_DEFAULT_TRANSITION_TIME=80
# BR2_LV_USE_THEME_SIMPLE is not set
# BR2_LV_USE_THEME_MONO is not set
#
# Layouts
#
BR2_LV_USE_FLEX=y
BR2_LV_USE_GRID=y
#
# 3rd Party Libraries
#
BR2_LV_USE_FS_STDIO=y
BR2_LV_FS_STDIO_LETTER=65
BR2_LV_FS_STDIO_PATH=""
BR2_LV_FS_STDIO_CACHE_SIZE=0
# BR2_LV_USE_FS_POSIX is not set
# BR2_LV_USE_FS_WIN32 is not set
# BR2_LV_USE_FS_FATFS is not set
# BR2_LV_USE_FS_MEMFS is not set
# BR2_LV_USE_FS_LITTLEFS is not set
BR2_LV_USE_LODEPNG=y
# BR2_LV_USE_LIBPNG is not set
BR2_LV_USE_BMP=y
BR2_LV_USE_TJPGD=y
# BR2_LV_USE_LIBJPEG_TURBO is not set
BR2_LV_USE_GIF=y
BR2_LV_GIF_CACHE_DECODE_DATA=y
# BR2_LV_BIN_DECODER_RAM_LOAD is not set
# BR2_LV_USE_RLE is not set
# BR2_LV_USE_QRCODE is not set
# BR2_LV_USE_BARCODE is not set
BR2_LV_USE_FREETYPE=y
# BR2_LV_FREETYPE_USE_LVGL_PORT is not set
BR2_LV_FREETYPE_CACHE_FT_GLYPH_CNT=256
# BR2_LV_USE_TINY_TTF is not set
# BR2_LV_USE_RLOTTIE is not set
# BR2_LV_USE_THORVG is not set
BR2_PACKAGE_LVGL_DISABLE_THORVG=y
# BR2_LV_USE_LZ4 is not set
#
# Others
#
BR2_LV_USE_SNAPSHOT=y
# BR2_LV_USE_SYSMON is not set
# BR2_LV_USE_MONKEY is not set
# BR2_LV_USE_PROFILER is not set
# BR2_LV_USE_GRIDNAV is not set
# BR2_LV_USE_FRAGMENT is not set
# BR2_LV_USE_IMGFONT is not set
# BR2_LV_USE_IME_PINYIN is not set
# BR2_LV_USE_FILE_EXPLORER is not set
#
# Devices
#
# BR2_LV_USE_SDL is not set
# BR2_LV_USE_X11 is not set
# BR2_LV_USE_LINUX_FBDEV is not set
# BR2_LV_USE_NUTTX is not set
# BR2_LV_USE_LINUX_DRM is not set
# BR2_LV_USE_TFT_ESPI is not set
# BR2_LV_USE_EVDEV is not set
# BR2_LV_USE_LIBINPUT is not set
# BR2_LV_USE_ST7735 is not set
# BR2_LV_USE_ST7789 is not set
# BR2_LV_USE_ST7796 is not set
# BR2_LV_USE_ILI9341 is not set
# BR2_LV_USE_GENERIC_MIPI is not set
# BR2_LV_USE_WINDOWS is not set
# BR2_LV_USE_RKADK is not set
#
# Examples
#
BR2_PACKAGE_LVGL_DISABLE_EXAMPLES=y
#
# Demos
#
# BR2_LV_USE_DEMO_RENDER is not set
# BR2_LV_USE_DEMO_SCROLL is not set
# BR2_LV_USE_DEMO_TRANSFORM is not set
# BR2_LV_USE_DEMO_FLEX_LAYOUT is not set
# BR2_LV_USE_DEMO_MULTILANG is not set
BR2_PACKAGE_LVGL_DISABLE_DEMOS=y