alles worken
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user