From b1e1db50c90d8ecdca9b3bee16e42129ae494266 Mon Sep 17 00:00:00 2001 From: JbLb Date: Mon, 18 Dec 2017 10:17:29 +0100 Subject: [PATCH] new way init led matrix --- LibreMetric.ino | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/LibreMetric.ino b/LibreMetric.ino index a4fbb1e..39af68d 100644 --- a/LibreMetric.ino +++ b/LibreMetric.ino @@ -88,8 +88,19 @@ void handleTelnet(void) { void setup() { Serial.begin(115200); // initialize serial communications + DEBUG_PRINT("\n\r"); + matrix.fillScreen(LOW); //clr screen + + for (int i=0; i