summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-12-03 21:15:38 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-12-03 21:15:38 +0100
commit555363f9bc97a9180b4816462c48fe8d139fde8f (patch)
tree3d44532ace8c74258da3aa6c0360b5b8f2b70d72
parent18e1e3c9659734afbf602b0589f24af24160875a (diff)
downloadgraphlcd-base-0.1.8.tar.gz
graphlcd-base-0.1.8.tar.bz2
fixed compile error0.1.8
see http://www.vdrportal.de/board/thread.php?postid=959952#post959952
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--glcdgraphics/font.c1
-rw-r--r--graphlcd.conf3
4 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d41a4b8..20c9062 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
#
PROJECT = graphlcd-base
-VERSION = 0.1.7
+VERSION = 0.1.8
ARCHIVE = $(PROJECT)-$(VERSION)
PACKAGE = $(ARCHIVE)
TMPDIR = /tmp
diff --git a/README b/README
index 0a69458..e717dbb 100644
--- a/README
+++ b/README
@@ -65,7 +65,7 @@ Installation and Configuration:
-------------------------------
1. Unpack the tarball to an arbitrary directory.
- tar xzf graphlcd-base-0.1.7.tgz
+ tar xzf graphlcd-base-0.1.8.tgz
2. Configure if you want FreeType2 support by commenting/uncommenting
HAVE_FREETYPE2 in Make.config.
diff --git a/glcdgraphics/font.c b/glcdgraphics/font.c
index 1735cf2..359e136 100644
--- a/glcdgraphics/font.c
+++ b/glcdgraphics/font.c
@@ -18,6 +18,7 @@
#include <fcntl.h>
#include <unistd.h>
+#include <cstring>
#include <algorithm>
#include "common.h"
diff --git a/graphlcd.conf b/graphlcd.conf
index 9809ebf..146fa57 100644
--- a/graphlcd.conf
+++ b/graphlcd.conf
@@ -296,6 +296,7 @@ Driver=ks0108
Device=/dev/parport0
#Port=0x378
#Width=128
+Width=192
#Height=64
#UpsideDown=no
#Invert=no
@@ -388,7 +389,7 @@ Device=/dev/parport0
#Height=128
#UpsideDown=no
#Invert=no
-#RefreshDisplay=1
+RefreshDisplay=1
# Wiring
# Select the type of wiring your display is connected with.