1# Copyright (c) 2024 Charles Dias <charlesdias.cd@outlook.com> 2# SPDX-License-Identifier: Apache-2.0 3 4if SHIELD_SEEED_XIAO_EXPANSION_BOARD 5 6if DISPLAY 7 8if LVGL 9 10config LV_Z_VDB_SIZE 11 default 64 12 13config LV_DPI_DEF 14 default 148 15 16config LV_Z_BITS_PER_PIXEL 17 default 1 18 19choice LV_COLOR_DEPTH 20 default LV_COLOR_DEPTH_1 21endchoice 22 23endif # LVGL 24 25endif # DISPLAY 26 27endif # SHIELD_SEEED_XIAO_EXPANSION_BOARD 28