Skip to content

Commit 7d04d91

Browse files
committed
use bitbang SPI for DotStar; still need to fix hw SPI for dotstar
1 parent cdeb085 commit 7d04d91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ports/nrf/boards/itsybitsy_nrf52840_express/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ endif
2121

2222
NRF_DEFINES += -DNRF52840_XXAA -DNRF52840
2323

24+
# Don't use up a hardware SPI peripheral for the status DotStar: we only have two or three.
25+
CIRCUITPY_BITBANG_APA102 = 1
26+
2427
QSPI_FLASH_FILESYSTEM = 1
2528
EXTERNAL_FLASH_DEVICE_COUNT = 1
2629
EXTERNAL_FLASH_DEVICES = "GD25Q16C"

0 commit comments

Comments
 (0)