From 2870ba7386c84abd5cc76452941dca2781fad82d Mon Sep 17 00:00:00 2001 From: gitProtogen Date: Wed, 28 Jan 2026 11:59:26 +0100 Subject: [PATCH] text can be scrolled without abstract functions, handle_server is not async --- ledy.ino | 3 ++- lowLevel.ino | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ledy.ino b/ledy.ino index 6e634e5..aa8bdd4 100644 --- a/ledy.ino +++ b/ledy.ino @@ -74,13 +74,14 @@ void setup() addNewTextNode("TEst", 0x0001700, 0, 0, true); drawTextNodes(); + pixels.show(); start_server(); } void loop() { - shiftGivenRectangle(0, 0, 23, 7, 1); + shiftGivenRectangleLefr(0, 0, 23, 7, 1); pixels.show(); handle_server(); } \ No newline at end of file diff --git a/lowLevel.ino b/lowLevel.ino index c495692..885a10c 100644 --- a/lowLevel.ino +++ b/lowLevel.ino @@ -143,7 +143,7 @@ void fillPixels(unsigned short x1, unsigned short y1, unsigned short x2, unsigne } } -void shiftGivenRectangle(unsigned short x1, unsigned short y1, unsigned short x2, unsigned short y2, unsigned char shift_by) +void shiftGivenRectangleLefr(unsigned short x1, unsigned short y1, unsigned short x2, unsigned short y2, unsigned char shift_by) { if (!shift_by) {