lifetime works
This commit is contained in:
@@ -306,12 +306,9 @@ void setup()
|
|||||||
pixels.begin();
|
pixels.begin();
|
||||||
pixels.clear();
|
pixels.clear();
|
||||||
|
|
||||||
addNewTextNode("NET", 0xFF050505, false, 0, 0, 1, true, true, -1);
|
addNewTextNode("NET", 0xFF050505, false, 0, 0, 1, true, true, 100);
|
||||||
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9, 1, true, true, -1);
|
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9, 1, true, true, 100);
|
||||||
|
|
||||||
RGBWithIndex colors[2] = {RGBWithIndex(255, 0, 0, 0), RGBWithIndex(0, 0, 255, 6)};
|
|
||||||
addNewMultiColor("HELLO WORLD", colors, 2, false, 0, 0, 1, true, true, -1);
|
|
||||||
|
|
||||||
pixels.show();
|
pixels.show();
|
||||||
start_server();
|
start_server();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user