300 lines
7.0 KiB
Plaintext
300 lines
7.0 KiB
Plaintext
BR2_PACKAGE_LVGL=y
|
|
BR2_PACKAGE_LVGL_VERSION_8=y
|
|
# BR2_PACKAGE_LVGL_VERSION_9 is not set
|
|
|
|
#
|
|
# LVGL configuration
|
|
#
|
|
# 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_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
|
|
BR2_LV_COLOR_SCREEN_TRANSP=y
|
|
BR2_LV_COLOR_MIX_ROUND_OFS=128
|
|
BR2_LV_COLOR_CHROMA_KEY_HEX=0x00FF00
|
|
|
|
#
|
|
# Memory settings
|
|
#
|
|
BR2_LV_MEM_CUSTOM=y
|
|
BR2_LV_MEM_CUSTOM_INCLUDE="stdlib.h"
|
|
BR2_LV_MEM_BUF_MAX_NUM=16
|
|
BR2_LV_MEMCPY_MEMSET_STD=y
|
|
|
|
#
|
|
# HAL Settings
|
|
#
|
|
BR2_LV_DISP_DEF_REFR_PERIOD=16
|
|
BR2_LV_INDEV_DEF_READ_PERIOD=16
|
|
BR2_LV_TICK_CUSTOM=y
|
|
BR2_LV_TICK_CUSTOM_INCLUDE="src/misc/lv_systick.h"
|
|
BR2_LV_DPI_DEF=130
|
|
|
|
#
|
|
# Feature configuration
|
|
#
|
|
|
|
#
|
|
# Drawing
|
|
#
|
|
BR2_LV_DRAW_COMPLEX=y
|
|
BR2_LV_SHADOW_CACHE_SIZE=0
|
|
BR2_LV_CIRCLE_CACHE_SIZE=4
|
|
BR2_LV_LAYER_SIMPLE_BUF_SIZE=24576
|
|
BR2_LV_IMG_CACHE_DEF_SIZE=500
|
|
BR2_LV_GRADIENT_MAX_STOPS=2
|
|
BR2_LV_GRAD_CACHE_DEF_SIZE=0
|
|
# BR2_LV_DITHER_GRADIENT is not set
|
|
BR2_LV_DISP_ROT_MAX_BUF=10240
|
|
|
|
#
|
|
# GPU
|
|
#
|
|
# BR2_LV_USE_GPU_ARM2D is not set
|
|
# BR2_LV_USE_GPU_STM32_DMA2D is not set
|
|
# BR2_LV_USE_GPU_SWM341_DMA2D is not set
|
|
# BR2_LV_USE_GPU_NXP_PXP is not set
|
|
# BR2_LV_USE_GPU_NXP_VG_LITE is not set
|
|
# BR2_LV_USE_GPU_SDL is not set
|
|
|
|
#
|
|
# 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=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
|
|
|
|
#
|
|
# 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"
|
|
|
|
#
|
|
# Others
|
|
#
|
|
# BR2_LV_USE_PERF_MONITOR is not set
|
|
# BR2_LV_USE_REFR_DEBUG is not set
|
|
BR2_LV_SPRINTF_CUSTOM=y
|
|
BR2_LV_SPRINTF_INCLUDE="stdio.h"
|
|
BR2_LV_USE_USER_DATA=y
|
|
# BR2_LV_ENABLE_GC is not set
|
|
|
|
#
|
|
# 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_LARGE_COORD=y
|
|
|
|
#
|
|
# 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 is not set
|
|
# BR2_LV_FONT_MONTSERRAT_12_SUBPX is not set
|
|
# 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_CUSTOM 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_12_SUBPX 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_SUBPX is not set
|
|
BR2_LV_USE_FONT_PLACEHOLDER=y
|
|
|
|
#
|
|
# Text Settings
|
|
#
|
|
BR2_LV_TXT_ENC_TYPE_UTF8=y
|
|
# BR2_LV_TXT_ENC_TYPE_ASCII is not set
|
|
BR2_LV_TXT_ENC=1
|
|
BR2_LV_TXT_BREAK_CHARS=" ,.;:-_"
|
|
BR2_LV_TXT_LINE_BREAK_LONG_LEN=0
|
|
BR2_LV_TXT_COLOR_CMD="#"
|
|
# BR2_LV_USE_BIDI is not set
|
|
# BR2_LV_USE_ARABIC_PERSIAN_CHARS is not set
|
|
|
|
#
|
|
# Widget usage
|
|
#
|
|
BR2_LV_USE_ARC=y
|
|
BR2_LV_USE_BAR=y
|
|
BR2_LV_USE_BTN=y
|
|
BR2_LV_USE_BTNMATRIX=y
|
|
BR2_LV_USE_CANVAS=y
|
|
BR2_LV_USE_CHECKBOX=y
|
|
BR2_LV_USE_DROPDOWN=y
|
|
BR2_LV_USE_IMG=y
|
|
BR2_LV_USE_LABEL=y
|
|
BR2_LV_LABEL_TEXT_SELECTION=y
|
|
BR2_LV_LABEL_LONG_TXT_HINT=y
|
|
BR2_LV_USE_LINE=y
|
|
BR2_LV_USE_ROLLER=y
|
|
BR2_LV_ROLLER_INF_PAGES=7
|
|
BR2_LV_USE_SLIDER=y
|
|
BR2_LV_USE_SWITCH=y
|
|
BR2_LV_USE_TEXTAREA=y
|
|
BR2_LV_TEXTAREA_DEF_PWD_SHOW_TIME=1500
|
|
BR2_LV_USE_TABLE=y
|
|
|
|
#
|
|
# Extra Widgets
|
|
#
|
|
BR2_LV_USE_ANIMIMG=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_CHART=y
|
|
BR2_LV_USE_COLORWHEEL=y
|
|
BR2_LV_USE_IMGBTN=y
|
|
BR2_LV_USE_INPUTBOX=y
|
|
BR2_LV_USE_KEYBOARD=y
|
|
BR2_LV_USE_LED=y
|
|
BR2_LV_USE_LIST=y
|
|
BR2_LV_USE_MENU=y
|
|
BR2_LV_USE_METER=y
|
|
BR2_LV_USE_MSGBOX=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_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_BASIC 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_PNG=y
|
|
BR2_LV_USE_BMP=y
|
|
BR2_LV_USE_SJPG=y
|
|
BR2_LV_USE_GIF=y
|
|
# BR2_LV_USE_QRCODE is not set
|
|
BR2_LV_USE_FREETYPE=y
|
|
|
|
#
|
|
# FreeType cache config
|
|
#
|
|
BR2_LV_FREETYPE_CACHE_SIZE=16384
|
|
# BR2_LV_FREETYPE_SBIT_CACHE is not set
|
|
BR2_LV_FREETYPE_CACHE_FT_FACES=0
|
|
BR2_LV_FREETYPE_CACHE_FT_SIZES=0
|
|
# BR2_LV_USE_RLOTTIE is not set
|
|
|
|
#
|
|
# Others
|
|
#
|
|
BR2_LV_USE_SNAPSHOT=y
|
|
# BR2_LV_USE_MONKEY 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_MSG is not set
|
|
# BR2_LV_USE_IME_PINYIN is not set
|
|
|
|
#
|
|
# Examples
|
|
#
|
|
# BR2_LV_BUILD_EXAMPLES is not set
|