Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 1e8775c

Browse files
committed
Set the DMA ws2812b to default OFF in build
1 parent 9eedf27 commit 1e8775c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ message(STATUS "ENABLE_DISPMANX = " ${ENABLE_DISPMANX})
1313
option(ENABLE_SPIDEV "Enable the SPIDEV device" ON)
1414
message(STATUS "ENABLE_SPIDEV = " ${ENABLE_SPIDEV})
1515

16-
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" ON)
16+
option(ENABLE_WS2812BPWM "Enable the WS2812b-PWM device" OFF)
1717
message(STATUS "ENABLE_WS2812BPWM = " ${ENABLE_WS2812BPWM})
1818

1919
option(ENABLE_V4L2 "Enable the V4L2 grabber" ON)

0 commit comments

Comments
 (0)