unleashed-firmware/applications/system/snake_game/application.fam
あく 1c0276a0be
Various Fixes and Improvements (#3059)
* FuriHal: lower MGG display contrast by 4 points
* FuriHal: unify external gpio resources initialization
* Infrared: parse raw in universal TV file, cleanup it with new ifrared script. Other minor changes.
* Gui: fix elements_multiline_text_aligned eating symbols
* Lib: human readable errors in flipper application package
* Special request from marketing team
2023-09-11 16:23:00 +10:00

13 lines
314 B
Text

App(
appid="snake_game",
name="Snake Game",
apptype=FlipperAppType.EXTERNAL,
entry_point="snake_game_app",
requires=["gui"],
stack_size=1 * 1024,
targets=["f7"],
fap_version="1.0",
fap_description="Classic Snake Game",
fap_icon="snake_10px.png",
fap_category="Games",
)