From 555363f9bc97a9180b4816462c48fe8d139fde8f Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Fri, 3 Dec 2010 21:15:38 +0100 Subject: fixed compile error see http://www.vdrportal.de/board/thread.php?postid=959952#post959952 --- Makefile | 2 +- README | 2 +- glcdgraphics/font.c | 1 + graphlcd.conf | 3 ++- 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 #include +#include #include #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. -- cgit v1.2.3