mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 06:08:35 -07:00
add clock app & clock icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user