You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
303 B
11 lines
303 B
# Copyright (c) 2024 TOKITA Hiroshi |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config LED_STRIP_MATRIX |
|
bool "LED strip matrix display driver" |
|
default y |
|
depends on DT_HAS_LED_STRIP_MATRIX_ENABLED |
|
select LED_STRIP |
|
help |
|
Enable LED strip matrix display (LED strip arranged in |
|
a grid pattern) driver.
|
|
|