Add missing arduino make option
This commit is contained in:
parent
aa7ebf9c26
commit
e850c344b8
1 changed files with 3 additions and 0 deletions
3
gfx.mk
3
gfx.mk
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue