44 {
47 }
50 }
52 std::vector<pair_xy_float>
map;
54 ScreenMap screenmap = ScreenMap(
map.data(),
map.size());
55
56 std::vector<pair_xy_float> map2;
58 ScreenMap screenmap2 = ScreenMap(map2.data(), map2.size());
59
61 .setScreenMap(screenmap);
62
64 .setScreenMap(screenmap2);
65}
CRGB leds2[lengths[RedStrip]]
CFastLED FastLED
Global LED strip management instance.
void make_map(int stepx, int stepy, int num, std::vector< pair_xy_float > *_map)
long map(long x, long in_min, long in_max, long out_min, long out_max)
@ Blue
<div style='background:#0000FF;width:4em;height:4em;'></div>
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)