zephyr/boards/shields/ls0xx_generic/Kconfig.defconfig

34 lines
393 B
Plaintext
Raw Normal View History

# Copyright (c) 2020 Rohit Gujarathi
# SPDX-License-Identifier: Apache-2.0
if SHIELD_LS013B7DH03
if DISPLAY
config SPI
default y
config LS0XX
default y
if LVGL
config LVGL_VDB_SIZE
default 16
config LVGL_DPI
default 150
config LVGL_BITS_PER_PIXEL
default 1
choice LV_COLOR_DEPTH_BITS
default LV_COLOR_DEPTH_1
endchoice
endif # LVGL
endif # DISPLAY
endif # SHIELD_LS013B7DH03