diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | glcdgraphics/font.c | 1 | ||||
-rw-r--r-- | graphlcd.conf | 3 |
4 files changed, 5 insertions, 3 deletions
@@ -3,7 +3,7 @@ # PROJECT = graphlcd-base -VERSION = 0.1.7 +VERSION = 0.1.8 ARCHIVE = $(PROJECT)-$(VERSION) PACKAGE = $(ARCHIVE) TMPDIR = /tmp @@ -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. |