aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp.mk
blob: 1a5b81e1d6d7bfec76641a012cae65079aa11a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is subject to the terms of the GFX License. If a copy of
# the license was not distributed with this file, you can obtain one at:
#
#              http://ugfx.io/license.html

GFXSRC +=   $(GFXLIB)/src/gdisp/gdisp.c \
			$(GFXLIB)/src/gdisp/gdisp_fonts.c \
			$(GFXLIB)/src/gdisp/gdisp_pixmap.c \
			$(GFXLIB)/src/gdisp/gdisp_image.c \
			$(GFXLIB)/src/gdisp/gdisp_image_native.c \
			$(GFXLIB)/src/gdisp/gdisp_image_gif.c \
			$(GFXLIB)/src/gdisp/gdisp_image_bmp.c \
			$(GFXLIB)/src/gdisp/gdisp_image_jpg.c \
			$(GFXLIB)/src/gdisp/gdisp_image_png.c
			
MFDIR = $(GFXLIB)/src/gdisp/mcufont
include $(GFXLIB)/src/gdisp/mcufont/mcufont.mk
#GFXINC += $(MFDIR)
GFXSRC += $(MFSRC)