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) {