mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
19 lines
450 B
Plaintext
19 lines
450 B
Plaintext
App(
|
|
appid="brainfuck",
|
|
name="Brainfuck",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="brainfuck_app",
|
|
requires=[
|
|
"storage",
|
|
"gui",
|
|
],
|
|
stack_size=8 * 1024,
|
|
fap_icon="bfico.png",
|
|
fap_category="Tools",
|
|
fap_icon_assets="icons",
|
|
fap_author="@nymda",
|
|
fap_weburl="https://github.com/nymda/FlipperZeroBrainfuck",
|
|
fap_version="1.0",
|
|
fap_description="Brainfuck language interpreter",
|
|
)
|