Files
FastLED-idf/Kconfig.projbuild
2021-05-31 16:47:53 +02:00

14 lines
225 B
Plaintext

menu "FastLED"
choice FASTLED_METHOD
bool "Used method/implementation"
default FASTLED_METHOD_I2S
config FASTLED_METHOD_I2S
bool "I2S"
config FASTLED_METHOD_RMT
bool "RMT"
endchoice
endmenu