add wav player & music player icon

This commit is contained in:
Eng1n33r
2022-06-01 19:00:39 +03:00
parent e6d17b15ed
commit 141ee92065
11 changed files with 803 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ APP_UPDATER = 1
# Plugins
APP_MUSIC_PLAYER = 1
APP_SNAKE_GAME = 1
APP_WAV_PLAYER = 1
# Debug
APP_ACCESSOR = 1
@@ -240,6 +241,13 @@ CFLAGS += -DAPP_SNAKE_GAME
SRV_GUI = 1
endif
APP_WAV_PLAYER ?= 0
ifeq ($(APP_WAV_PLAYER), 1)
CFLAGS += -DAPP_WAV_PLAYER
SRV_GUI = 1
endif
APP_IBUTTON ?= 0
ifeq ($(APP_IBUTTON), 1)
CFLAGS += -DAPP_IBUTTON