Add missing arduino make option

ugfx_release_2.6
inmarket 2015-06-08 12:12:05 +10:00
parent aa7ebf9c26
commit e850c344b8
1 changed files with 3 additions and 0 deletions

3
gfx.mk
View File

@ -31,6 +31,9 @@ ifneq ($(GFXDEMO),)
endif
# Include the operating system define
ifeq ($(OPT_OS),arduino)
GFXDEFS += GFX_USE_OS_ARDUINO=TRUE
endif
ifeq ($(OPT_OS),win32)
GFXDEFS += GFX_USE_OS_WIN32=TRUE
endif