lifetime works
This commit is contained in:
@@ -306,11 +306,8 @@ void setup()
|
||||
pixels.begin();
|
||||
pixels.clear();
|
||||
|
||||
addNewTextNode("NET", 0xFF050505, false, 0, 0, 1, true, true, -1);
|
||||
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9, 1, true, true, -1);
|
||||
|
||||
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);
|
||||
addNewTextNode("NET", 0xFF050505, false, 0, 0, 1, true, true, 100);
|
||||
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9, 1, true, true, 100);
|
||||
|
||||
pixels.show();
|
||||
start_server();
|
||||
|
||||
Reference in New Issue
Block a user