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