1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-09-24 16:41:41 +02:00

Fix configuration

This commit is contained in:
Hendrik Sauer 2021-06-03 13:45:00 +02:00 committed by Patrick Rathje
parent 137c042410
commit 6b58493305
3 changed files with 2 additions and 13 deletions

View File

@ -12,3 +12,4 @@ CONFIG_LVGL_DPI=100
CONFIG_DISPLAY=y
CONFIG_DISPLAY_LOG_LEVEL_ERR=y
CONFIG_HEAP_MEM_POOL_SIZE=16384

1
zephyr/flash.bin Normal file

File diff suppressed because one or more lines are too long

View File

@ -39,19 +39,6 @@ CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
# max contacts, that can be stored
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_LVGL=y