Skip to content

Commit a5f28d0

Browse files
committed
fix for HUB75 builds
replaces the last remaining FastLED.h with fstled_slim.h
1 parent fb8f8f0 commit a5f28d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/bus_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>
88
#include <ESP32-VirtualMatrixPanel-I2S-DMA.h>
9-
#include <FastLED.h>
9+
#include "src/dependencies/fastled_slim/fastled_slim.h"
1010

1111
#endif
1212
/*

0 commit comments

Comments
 (0)