We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeb085 commit 7d04d91Copy full SHA for 7d04d91
1 file changed
ports/nrf/boards/itsybitsy_nrf52840_express/mpconfigboard.mk
@@ -21,6 +21,9 @@ endif
21
22
NRF_DEFINES += -DNRF52840_XXAA -DNRF52840
23
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
+
27
QSPI_FLASH_FILESYSTEM = 1
28
EXTERNAL_FLASH_DEVICE_COUNT = 1
29
EXTERNAL_FLASH_DEVICES = "GD25Q16C"
0 commit comments