18 lines
298 B
Plaintext
Raw Normal View History

2025-02-27 17:59:18 +08:00
menu "Display Service"
config MEDIA_DISPLAY_SERVICE
depends on SYS_CPU1
bool "Enable Display Service"
default y
config LCD_SPI_DISPLAY
depends on SPI
bool "Enable LCD SPI Display"
default n
config LCD_EXAMPLE
depends on SPI
bool "Enable LCD SPI Display"
default n
endmenu