alles worken

This commit is contained in:
2026-02-04 14:42:44 +01:00
parent 5b82e5a41e
commit e5f2a567da
+3 -3
View File
@@ -189,8 +189,8 @@ void setup()
pixels.begin();
pixels.clear();
addNewTextNode("NET", 0xFF050505);
addNewTextNode("AWAIT", 0xFF050505, 0, 9);
addNewTextNode("NET", 0xFF050505, false, 0, 0);
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9);
pixels.show();
start_server();
@@ -202,7 +202,7 @@ void loop()
handle_server();
if (text_nodes[0].is_deleted && text_nodes[2].is_deleted)
{
drawImageFromMemoryByIndex(0,0,0);
}
scrollAllScrollableTexts();
pixels.show();