Flipper/Applications/Official/source-OLDER/xMasterX/flipper-flashlight/application.fam

14 lines
294 B
Plaintext
Raw Normal View History

2023-01-26 07:52:38 +00:00
App(
appid="flashlight",
name="Flashlight",
apptype=FlipperAppType.EXTERNAL,
entry_point="flashlight_app",
cdefines=["APP_FLASHLIGHT"],
requires=[
"gui",
],
stack_size=2 * 1024,
order=20,
fap_icon="flash10px.png",
fap_category="GPIO_Extra",
)