mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2025-01-29 15:44:03 +00:00
fixed issue with k3ngdisplay library that was causing it to crash with 4 row display
This commit is contained in:
parent
8a14f504fc
commit
c3614aec6e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user