initial commit
This commit is contained in:
10
libraries/FastLED/src/fl/raster.h
Normal file
10
libraries/FastLED/src/fl/raster.h
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "fl/raster_sparse.h"
|
||||
|
||||
namespace fl {
|
||||
|
||||
using XYRaster = XYRasterU8Sparse;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user