mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
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:
parent
78e606a1c4
commit
7cb34733fd
@ -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")
|
message(FATAL_ERROR "dispmanx grabber and osx grabber cannot be used at the same time")
|
||||||
endif(ENABLE_OSX AND ENABLE_DISPMANX)
|
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)
|
#if(ENABLE_QT5)
|
||||||
# TODO vs ENABLE_QT4?
|
# TODO vs ENABLE_QT4?
|
||||||
#endif(ENABLE_QT5)
|
#endif(ENABLE_QT5)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user