blob: eb44e86b27141ccaf10591e01fc1cb0ff6ebff9a [file] [log] [blame]
# Copyright (c) 2019 Linaro Limited
# SPDX-License-Identifier: Apache-2.0
if SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2 || SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2_NANO
if DISPLAY
if INPUT
# NOTE: Enable if IRQ line is available (requires to solder jumper)
config INPUT_FT5336_INTERRUPT
default n
endif # INPUT
if LVGL
config LV_Z_VDB_SIZE
default 64
config LV_Z_BITS_PER_PIXEL
default 24
choice LV_COLOR_DEPTH
default LV_COLOR_DEPTH_32
endchoice
config INPUT
default y
endif # LVGL
endif # DISPLAY
if DISK_DRIVERS
config DISK_DRIVER_SDMMC
default y
endif # DISK_DRIVERS
endif # SHIELD_ADAFRUIT_2_8_TFT_TOUCH_V2