From c3614aec6e7a970fd3acc5c2215677f950b405e0 Mon Sep 17 00:00:00 2001 From: Anthony Good Date: Sat, 4 Jul 2015 10:35:07 -0400 Subject: [PATCH] fixed issue with k3ngdisplay library that was causing it to crash with 4 row display --- libraries/k3ngdisplay.cpp | 2 +- libraries/k3ngdisplay.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/k3ngdisplay.cpp b/libraries/k3ngdisplay.cpp index 23457b6..95b3a23 100755 --- a/libraries/k3ngdisplay.cpp +++ b/libraries/k3ngdisplay.cpp @@ -2,7 +2,7 @@ #ifndef K3NG_DISPLAY_H #define K3NG_DISPLAY_H -// K3NG_DISPLAY_LIBRARY_VERSION "1.0.2015062301" +// K3NG_DISPLAY_LIBRARY_VERSION "1.0.2015070401" #if defined(ARDUINO) && ARDUINO >= 100 diff --git a/libraries/k3ngdisplay.h b/libraries/k3ngdisplay.h index 741f8e8..7c14523 100755 --- a/libraries/k3ngdisplay.h +++ b/libraries/k3ngdisplay.h @@ -9,9 +9,9 @@ #include "rotator_pins.h" #include "rotator_features.h" -#define K3NG_DISPLAY_LIBRARY_VERSION "1.0.2015062301" -#define MAX_SCREEN_BUFFER_COLUMNS 20 //40 -#define MAX_SCREEN_BUFFER_ROWS 2 //4 +#define K3NG_DISPLAY_LIBRARY_VERSION "1.0.2015070401" +#define MAX_SCREEN_BUFFER_COLUMNS 20 +#define MAX_SCREEN_BUFFER_ROWS 4 #define ATTRIBUTE_BLINK B00000001