diff --git a/ledy.ino b/ledy.ino index ca58833..b4ea307 100644 --- a/ledy.ino +++ b/ledy.ino @@ -306,12 +306,9 @@ 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(); }