Actually, you can enable both flavors of PWM

If you do a build with both ENABLE_WS2812BPWM and ENABLE_WS281XPWM and
choose which LED driver using the device.type in the config.json


Former-commit-id: 35ae88ad8739cac406a9b8792e2223010bf5d144
This commit is contained in:
Mark Walker 2016-03-09 12:27:07 -08:00
parent 78e606a1c4
commit 7cb34733fd
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ if(ENABLE_OSX AND ENABLE_DISPMANX)
message(FATAL_ERROR "dispmanx grabber and osx grabber cannot be used at the same time")
endif(ENABLE_OSX AND ENABLE_DISPMANX)
if(ENABLE_WS2812BPWM AND ENABLE_WS281XPWM)
message(FATAL_ERROR "WS2812b and WS281x drivers cannot be used at the same time")
endif(ENABLE_WS2812BPWM AND ENABLE_WS281XPWM)
#if(ENABLE_QT5)
# TODO vs ENABLE_QT4?
#endif(ENABLE_QT5)