sim: add LVGL configuration which uses the X11 framebuffer and mouse
This commit is contained in:
parent
01fd55a0ac
commit
3f21d902bc
60
boards/sim/sim/sim/configs/lvgl/defconfig
Normal file
60
boards/sim/sim/sim/configs/lvgl/defconfig
Normal file
@ -0,0 +1,60 @@
|
||||
#
|
||||
# This file is autogenerated: PLEASE DO NOT EDIT IT.
|
||||
#
|
||||
# You can use "make menuconfig" to make any modifications to the installed .config file.
|
||||
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
|
||||
# modifications.
|
||||
#
|
||||
# CONFIG_NXFONTS_PACKEDMSFIRST is not set
|
||||
CONFIG_ARCH="sim"
|
||||
CONFIG_ARCH_BOARD="sim"
|
||||
CONFIG_ARCH_BOARD_SIM=y
|
||||
CONFIG_ARCH_CHIP="sim"
|
||||
CONFIG_ARCH_SIM=y
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_DEBUG_ASSERTIONS=y
|
||||
CONFIG_DEBUG_ERROR=y
|
||||
CONFIG_DEBUG_FEATURES=y
|
||||
CONFIG_DEBUG_FULLOPT=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
CONFIG_DEBUG_SYMBOLS=y
|
||||
CONFIG_DEBUG_WARN=y
|
||||
CONFIG_DISABLE_ENVIRON=y
|
||||
CONFIG_DISABLE_MOUNTPOINT=y
|
||||
CONFIG_DISABLE_POSIX_TIMERS=y
|
||||
CONFIG_DRIVERS_VIDEO=y
|
||||
CONFIG_EXAMPLES_LVGLDEMO=y
|
||||
CONFIG_EXAMPLES_LVGLDEMO_STACKSIZE=32768
|
||||
CONFIG_GRAPHICS_LVGL=y
|
||||
CONFIG_IDLETHREAD_STACKSIZE=4096
|
||||
CONFIG_INPUT=y
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_LV_COLOR_DEPTH=32
|
||||
CONFIG_LV_HOR_RES=640
|
||||
CONFIG_LV_VER_RES=480
|
||||
CONFIG_MAX_TASKS=16
|
||||
CONFIG_MQ_MAXMSGSIZE=64
|
||||
CONFIG_NSH_BUILTIN_APPS=y
|
||||
CONFIG_NXFONTS_DISABLE_16BPP=y
|
||||
CONFIG_NXFONTS_DISABLE_1BPP=y
|
||||
CONFIG_NXFONTS_DISABLE_24BPP=y
|
||||
CONFIG_NXFONTS_DISABLE_2BPP=y
|
||||
CONFIG_NXFONTS_DISABLE_32BPP=y
|
||||
CONFIG_NXFONTS_DISABLE_4BPP=y
|
||||
CONFIG_NXFONTS_DISABLE_8BPP=y
|
||||
CONFIG_SDCLONE_DISABLE=y
|
||||
CONFIG_SIM_FBBPP=32
|
||||
CONFIG_SIM_FBHEIGHT=480
|
||||
CONFIG_SIM_FBWIDTH=640
|
||||
CONFIG_SIM_FRAMEBUFFER=y
|
||||
CONFIG_SIM_TOUCHSCREEN=y
|
||||
CONFIG_SIM_X11FB=y
|
||||
CONFIG_STACK_CANARIES=y
|
||||
CONFIG_STACK_COLORATION=y
|
||||
CONFIG_START_DAY=28
|
||||
CONFIG_START_MONTH=11
|
||||
CONFIG_START_YEAR=2008
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_USERMAIN_STACKSIZE=16384
|
||||
CONFIG_USER_ENTRYPOINT="lvgldemo_main"
|
||||
CONFIG_VIDEO_FB=y
|
Loading…
Reference in New Issue
Block a user