- clock.png (10x10) set as fap_icon for app browser - app_icon.png (47x39) compiled as I_app_icon_47x39 asset for in-app use - Include digital_alarm_clock_icons.h in source Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EYNXvRg4xjHHE9oPH9kYYU
15 lines
419 B
Plaintext
15 lines
419 B
Plaintext
App(
|
|
appid="digital_alarm_clock",
|
|
name="Digital Alarm Clock",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="digital_alarm_clock_app",
|
|
stack_size=4 * 1024,
|
|
fap_category="Tools",
|
|
fap_version="1.0",
|
|
fap_description="Nightstand-style clock with configurable alarm, vibrate, and buzzer.",
|
|
fap_author="",
|
|
fap_weburl="",
|
|
fap_icon="assets/clock.png",
|
|
fap_icon_assets="assets",
|
|
)
|