mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-11-12 06:28:51 +01:00
Fix configuration
This commit is contained in:
parent
137c042410
commit
6b58493305
@ -12,3 +12,4 @@ CONFIG_LVGL_DPI=100
|
|||||||
CONFIG_DISPLAY=y
|
CONFIG_DISPLAY=y
|
||||||
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
||||||
|
|
||||||
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
||||||
|
1
zephyr/flash.bin
Normal file
1
zephyr/flash.bin
Normal file
File diff suppressed because one or more lines are too long
@ -39,19 +39,6 @@ CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
|
|||||||
|
|
||||||
# max contacts, that can be stored
|
# max contacts, that can be stored
|
||||||
CONFIG_ENS_MAX_CONTACTS=65536
|
CONFIG_ENS_MAX_CONTACTS=65536
|
||||||
CONFIG_SDL_DISPLAY_DEV_NAME="DISPLAY"
|
|
||||||
CONFIG_SDL_DISPLAY_X_RES=240
|
|
||||||
CONFIG_SDL_DISPLAY_Y_RES=240
|
|
||||||
|
|
||||||
CONFIG_KSCAN=y
|
|
||||||
CONFIG_LVGL_POINTER_KSCAN=y
|
|
||||||
CONFIG_LVGL_HOR_RES_MAX=240
|
|
||||||
CONFIG_LVGL_VER_RES_MAX=240
|
|
||||||
CONFIG_LVGL_DPI=100
|
|
||||||
|
|
||||||
|
|
||||||
CONFIG_DISPLAY=y
|
|
||||||
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
|
|
||||||
|
|
||||||
CONFIG_LOG=y
|
CONFIG_LOG=y
|
||||||
CONFIG_LVGL=y
|
CONFIG_LVGL=y
|
||||||
|
Loading…
Reference in New Issue
Block a user