From 60bdec72ecd6bb236f2f1153398c9996fb95730f Mon Sep 17 00:00:00 2001 From: mrwastl Date: Thu, 21 Mar 2013 20:29:45 +0100 Subject: glcdgraphics: bug fix in glcd.c, moved methods Scale() and Blend() to image.c, added static methods for loading/saving image; showpic and convpic working again; convpic cleaned up; showpic: added parameters for scaling and centering image --- tools/convpic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/convpic/Makefile') diff --git a/tools/convpic/Makefile b/tools/convpic/Makefile index a3a0f6e..6ed0d76 100644 --- a/tools/convpic/Makefile +++ b/tools/convpic/Makefile @@ -6,7 +6,7 @@ PRGNAME = convpic -OBJS = $(PRGNAME).o bmp.o tiff.o tuxbox.o +OBJS = $(PRGNAME).o INCLUDES += -I../../ LIBDIRS += -L../../glcdgraphics/ -- cgit v1.2.3