diff --git a/armsrc/Makefile b/armsrc/Makefile index 643b14b6..3a7293e5 100644 --- a/armsrc/Makefile +++ b/armsrc/Makefile @@ -16,7 +16,7 @@ APP_CFLAGS = -DON_DEVICE \ include ../common/Makefile_Enabled_Options.common ifneq (,$(findstring LCD,$(APP_CFLAGS))) - SRC_LCD = #fonts.c LCD.c + SRC_LCD = fonts.c LCD.c else SRC_LCD = endif diff --git a/common/Makefile_Enabled_Options.common b/common/Makefile_Enabled_Options.common index 603195e9..acb413bf 100644 --- a/common/Makefile_Enabled_Options.common +++ b/common/Makefile_Enabled_Options.common @@ -15,7 +15,6 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \ -DWITH_GUI #END -#-DWITH_LCD ### Standalone modes: #-DWITH_ISO14443a_StandAlone @@ -36,5 +35,6 @@ APP_CFLAGS += -DWITH_ISO14443a_StandAlone \ #-DWITH_HFSNOOP \ include HFSNOOP support in build #-DWITH_SMARTCARD \ include SMARTCARD support in build #-DWITH_GUI \ include QT GUI/Graph support in build +#-DWITH_LCD \ include LCD support in build (experimental?) #marshmellow NOTE: tested GUI, and SMARTCARD removal only...