Files
@ e4270e6d9529
Branch filter:
Location: protofusion-esp32-template/sdkconfig.defaults - annotation
e4270e6d9529
576 B
text/plain
Clean up LED strip implementation, add single LED chase
f33558095284 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d 9b7a4441223d | CONFIG_TINYUSB_CDC_ENABLED=y
CONFIG_LV_COLOR_DEPTH=16
CONFIG_LV_COLOR_16_SWAP=y
#
# Memory settings
#
CONFIG_LV_MEM_CUSTOM=y
CONFIG_LV_MEM_CUSTOM_INCLUDE="stdlib.h"
CONFIG_LV_MEM_BUF_MAX_NUM=16
CONFIG_LV_MEMCPY_MEMSET_STD=y
#
# HAL Settings
#
CONFIG_LV_DISP_DEF_REFR_PERIOD=20
CONFIG_LV_INDEV_DEF_READ_PERIOD=30
# CONFIG_LV_TICK_CUSTOM is not set
CONFIG_LV_DPI_DEF=130
# end of HAL Settings
CONFIG_LV_FONT_MONTSERRAT_14=y
CONFIG_LV_FONT_MONTSERRAT_20=y
CONFIG_LV_FONT_DEFAULT_MONTSERRAT_14=y
CONFIG_LV_USE_FONT_SUBPX=y
CONFIG_LV_USE_THEME_DEFAULT=y
CONFIG_LV_USE_MSG=y
|