25 lines
312 B
Plaintext
25 lines
312 B
Plaintext
|
# Copyright (c) 2020 Kim Bøndergaard <kim@fam-boendergaard.dk>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SHIELD_ST7735R_ADA_160x128
|
||
|
|
||
|
if DISPLAY
|
||
|
|
||
|
config SPI
|
||
|
default y
|
||
|
|
||
|
config ST7735R
|
||
|
default y
|
||
|
|
||
|
|
||
|
if LVGL
|
||
|
|
||
|
config LVGL_BITS_PER_PIXEL
|
||
|
default 16
|
||
|
|
||
|
endif # LVGL
|
||
|
|
||
|
endif # DISPLAY
|
||
|
|
||
|
endif # SHIELD_ST7735R_ADA_160x128
|