mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Set the DMA ws2812b to default OFF in build
Former-commit-id: 1e8775cf07bd33b61429e65ce309f42a8f464828
This commit is contained in:
parent
b4d7410520
commit
b92ea3a5d6
@ -13,7 +13,7 @@ message(STATUS "ENABLE_DISPMANX = " ${ENABLE_DISPMANX})
|
|||||||
option(ENABLE_SPIDEV "Enable the SPIDEV device" ON)
|
option(ENABLE_SPIDEV "Enable the SPIDEV device" ON)
|
||||||
message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV})
|
message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV})
|
||||||
|
|
||||||
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" ON)
|
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" OFF)
|
||||||
message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
|
message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
|
||||||
|
|
||||||
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
|
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)
|
||||||
|
Loading…
Reference in New Issue
Block a user