From f332552ba9168edc969410ea1ec1a8c91b383e6c Mon Sep 17 00:00:00 2001 From: JbLb Date: Mon, 18 Dec 2017 10:18:06 +0100 Subject: [PATCH] add doc ref and new display function --- LibreMetric.ino | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/LibreMetric.ino b/LibreMetric.ino index 39af68d..bf1faaa 100644 --- a/LibreMetric.ino +++ b/LibreMetric.ino @@ -9,7 +9,7 @@ #include #include #include -#include +#include // https://github.com/markruys/arduino-Max72xxPanel #include #include @@ -195,7 +195,9 @@ void loop() { ArduinoOTA.handle(); yield(); } - +void display_static_message(String message){ + +} void display_message(String message){ for ( int i = 0 ; i < width * message.length() + matrix.width() - spacer; i++ ) { matrix.fillScreen(LOW);