From e5f2a567da20b306b72dc6c55cc89e103df36ccf Mon Sep 17 00:00:00 2001 From: gitProtogen Date: Wed, 4 Feb 2026 14:42:44 +0100 Subject: [PATCH] alles worken --- ledy.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ledy.ino b/ledy.ino index c55c2bf..1f46857 100644 --- a/ledy.ino +++ b/ledy.ino @@ -89,7 +89,7 @@ void addNewTextNode 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; } else @@ -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();