starting with led configuration

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-05-17 22:05:39 +02:00
parent ed7a23256c
commit 82f0b3f02b
6 changed files with 86 additions and 22 deletions

13
main/Kconfig.projbuild Normal file
View File

@@ -0,0 +1,13 @@
menu "Miniatur Town"
config WLED_DIN_PIN
int "WLED Data In Pin"
default 14
help
The number of the WLED data in pin.
config WLED_LED_COUNT
int "WLED LED counter"
default 64
help
The number of the WLED LEDs.
endmenu