fixed issue with k3ngdisplay library that was causing it to crash with 4 row display

This commit is contained in:
Anthony Good 2015-07-04 10:35:07 -04:00
parent 8a14f504fc
commit c3614aec6e
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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