1# Copyright (c) 2023 BrainCo Inc.
2# Copyright (c) 2024 Erik Andersson <erian747@gmail.com>
3# SPDX-License-Identifier: Apache-2.0
4
5if SHIELD_ST_B_LCD40_DSI1_MB1166 || SHIELD_ST_B_LCD40_DSI1_MB1166_A09
6
7orsource "boards/*.defconfig"
8
9if LVGL
10
11config INPUT
12	default y
13
14config LV_Z_BITS_PER_PIXEL
15	default 32
16
17config LV_DPI_DEF
18	default 128
19
20config LV_Z_FLUSH_THREAD
21	default y
22
23choice LV_COLOR_DEPTH
24	default LV_COLOR_DEPTH_32
25endchoice
26
27endif # LVGL
28
29endif # SHIELD_ST_B_LCD40_DSI1_MB1166 || SHIELD_ST_B_LCD40_DSI1_MB1166_A09
30