1# Copyright (c) 2020 Rohit Gujarathi
2# SPDX-License-Identifier: Apache-2.0
3
4if SHIELD_LS013B7DH03
5
6if DISPLAY
7
8if LVGL
9
10config LV_Z_VDB_SIZE
11	default 16
12
13config LV_DPI_DEF
14	default 150
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_LS013B7DH03
28