Skip to content

Commit a26563c

Browse files
committed
use xymap from fl namespace
1 parent 1b9f08d commit a26563c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

GemmaM0_Band_Jacket/DiscoBandCamp/XYmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ uint16_t XY(uint16_t x, uint16_t y, uint16_t width, uint16_t height)
8484
}
8585

8686
// Instantiate an XYMap object
87-
XYMap myXYMap = XYMap::constructWithUserFunction(kMatrixWidth, kMatrixHeight, XY);
87+
fl::XYMap myXYMap = fl::XYMap::constructWithUserFunction(kMatrixWidth, kMatrixHeight, XY);

GemmaM0_Band_Jacket/DiscoBandCamp/effects.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// SPDX-License-Identifier: MIT
44

55
// Selection of effects from the FastLED library & Macetech RGB Shades
6-
#include "XYmap.h"
76

87
// Triple Sine Waves
98
void threeSine() {

GemmaM0_Band_Jacket/DiscoBandCamp/utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// SPDX-License-Identifier: MIT
44

55
// Assorted useful functions and variables
6-
#include "XYmap.h"
76
// Global variables
87
boolean effectInit = false; // indicates if a pattern has been recently switched
98
uint16_t effectDelay = 0; // time between automatic effect changes

0 commit comments

Comments
 (0)