Files
klubhaus-doorbell/libraries/FastLED/src/fl/raster.h
2026-02-12 00:45:31 -08:00

10 lines
99 B
C++

#pragma once
#include "fl/raster_sparse.h"
namespace fl {
using XYRaster = XYRasterU8Sparse;
}