1# Copyright (c) 2020 Teslabs Engineering S.L.
2# SPDX-License-Identifier: Apache-2.0
3
4if SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO
5
6if DISPLAY
7
8if LVGL
9
10config LV_Z_VDB_SIZE
11	default 32
12
13config LV_Z_BITS_PER_PIXEL
14	default 24
15
16choice LV_COLOR_DEPTH
17	default LV_COLOR_DEPTH_16
18endchoice
19
20config INPUT
21	default y
22
23endif # LVGL
24
25endif # DISPLAY
26
27endif # SHIELD_BUYDISPLAY_3_5_TFT_TOUCH_ARDUINO
28