Merge spectrum analyzer

This commit is contained in:
djsime1
2022-05-09 21:33:45 -05:00
parent 16db5b1564
commit 40b0efc971
6 changed files with 769 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ APP_UPDATER = 1
APP_MUSIC_PLAYER = 1
APP_SNAKE_GAME = 1
APP_TETRIS_GAME = 1
APP_SPECTRUM_ANALYZER = 1
# Debug
APP_ACCESSOR = 1
@@ -241,6 +242,12 @@ CFLAGS += -DAPP_TETRIS_GAME
SRV_GUI = 1
endif
APP_SPECTRUM_ANALYZER ?= 0
ifeq ($(APP_SPECTRUM_ANALYZER), 1)
CFLAGS += -DAPP_SPECTRUM_ANALYZER
SRV_GUI = 1
endif
APP_IBUTTON ?= 0
ifeq ($(APP_IBUTTON), 1)
CFLAGS += -DAPP_IBUTTON