blob: 2ef03d2d02dd82092f2c1c9e55415c96b1c9c837 [file] [log] [blame]
# 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
int "Display buffer percentage"
default 16
config LVGL_DPI
int "Dots per inch"
default 150
config LVGL_BITS_PER_PIXEL
int "Number of bits per pixel"
default 1
choice LVGL_COLOR_DEPTH
default LVGL_COLOR_DEPTH_1
endchoice
endif # LVGL
endif # DISPLAY
endif # SHIELD_LS013B7DH03