13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
# Copyright (c) 2022 Jimmy Ou <yanagiis@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
DT_COMPAT_MAXIM_MAX7219 := maxim,max7219
|
|
|
|
config MAX7219
|
|
bool "MAX7219 LED display driver"
|
|
default $(dt_compat_enabled,$(DT_COMPAT_MAXIM_MAX7219))
|
|
depends on SPI
|
|
help
|
|
Enable driver for the Maxim MAX7219 SPI LED display driver.
|
|
It is supporting up to 64 individual LEDs per MAX7219.
|