add clock app & clock icon

This commit is contained in:
Eng1n33r
2022-06-01 21:27:32 +03:00
parent b5b2540c88
commit fa7c5f2402
14 changed files with 311 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ APP_MUSIC_PLAYER = 1
APP_SNAKE_GAME = 1
APP_WAV_PLAYER = 1
APP_TETRIS_GAME = 1
APP_CLOCK = 1
# Debug
APP_ACCESSOR = 1
@@ -254,6 +255,12 @@ CFLAGS += -DAPP_TETRIS_GAME
SRV_GUI = 1
endif
APP_CLOCK ?= 0
ifeq ($(APP_CLOCK), 1)
CFLAGS += -DAPP_CLOCK
SRV_GUI = 1
endif
APP_IBUTTON ?= 0
ifeq ($(APP_IBUTTON), 1)
CFLAGS += -DAPP_IBUTTON