Definition at line 14 of file xymap.cpp.
14 {
16 ScreenMap out(length);
17 for (uint16_t w = 0; w <
width; w++) {
18 for (uint16_t h = 0; h <
height; h++) {
22 }
23 }
24 return out;
25}
uint16_t mapToIndex(uint16_t x, uint16_t y) const
pair_xy< float > pair_xy_float
static FASTLED_NAMESPACE_BEGIN uint8_t const p[]
References height, mapToIndex(), p, fl::ScreenMap::set(), and width.