mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
- Implemented GPIO app - LVGL now allocates freely (as opposed to using a fixed-size buffer): when it goes OOM, it just deletes image cache and starts behaving erratically.
23 lines
640 B
Plaintext
23 lines
640 B
Plaintext
# Software defaults
|
|
CONFIG_LV_FONT_MONTSERRAT_14=y
|
|
CONFIG_LV_FONT_MONTSERRAT_18=y
|
|
CONFIG_LV_USE_USER_DATA=y
|
|
CONFIG_LV_USE_FS_STDIO=y
|
|
CONFIG_LV_FS_STDIO_LETTER=65
|
|
CONFIG_LV_FS_STDIO_PATH=""
|
|
CONFIG_LV_FS_STDIO_CACHE_SIZE=4096
|
|
CONFIG_LV_USE_PNG=y
|
|
CONFIG_LV_MEM_CUSTOM=y
|
|
CONFIG_LV_MEM_CUSTOM_INCLUDE="stdlib.h"
|
|
CONFIG_FREERTOS_HZ=1000
|
|
CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES=2
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
|
|
|
|
# Hardware defaults
|
|
CONFIG_TT_BOARD_CUSTOM=y
|
|
# LVGL
|
|
CONFIG_LV_DISP_DEF_REFR_PERIOD=17
|
|
CONFIG_LV_INDEV_DEF_READ_PERIOD=17
|