alles worken
This commit is contained in:
@@ -89,7 +89,7 @@ void addNewTextNode
|
|||||||
|
|
||||||
if (handle_pos_via_cursor)
|
if (handle_pos_via_cursor)
|
||||||
{
|
{
|
||||||
text_nodes[i].pos_x = cursor.x;
|
text_nodes[i].pos_x = cursor.x;
|
||||||
text_nodes[i].pos_y = cursor.y;
|
text_nodes[i].pos_y = cursor.y;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -189,8 +189,8 @@ void setup()
|
|||||||
pixels.begin();
|
pixels.begin();
|
||||||
pixels.clear();
|
pixels.clear();
|
||||||
|
|
||||||
addNewTextNode("NET", 0xFF050505);
|
addNewTextNode("NET", 0xFF050505, false, 0, 0);
|
||||||
addNewTextNode("AWAIT", 0xFF050505, 0, 9);
|
addNewTextNode("AWAIT", 0xFF050505, false, 0, 9);
|
||||||
|
|
||||||
pixels.show();
|
pixels.show();
|
||||||
start_server();
|
start_server();
|
||||||
@@ -202,7 +202,7 @@ void loop()
|
|||||||
handle_server();
|
handle_server();
|
||||||
if (text_nodes[0].is_deleted && text_nodes[2].is_deleted)
|
if (text_nodes[0].is_deleted && text_nodes[2].is_deleted)
|
||||||
{
|
{
|
||||||
drawImageFromMemoryByIndex(0,0,0);
|
|
||||||
}
|
}
|
||||||
scrollAllScrollableTexts();
|
scrollAllScrollableTexts();
|
||||||
pixels.show();
|
pixels.show();
|
||||||
|
|||||||
Reference in New Issue
Block a user