1# Copyright (c) 2024 Nicolas Goualard <nicolas.goualard@sfr.fr>
2# SPDX-License-Identifier: Apache-2.0
3
4if SHIELD_SEEED_XIAO_ROUND_DISPLAY
5
6if DISPLAY
7
8if LVGL
9
10config INPUT
11	default y
12
13choice LV_COLOR_DEPTH
14	default LV_COLOR_DEPTH_16
15endchoice
16
17config LV_COLOR_16_SWAP
18	default y
19
20endif # LVGL
21endif # DISPLAY
22
23endif # SHIELD_XIAO_ROUND_DISPLAY
24