mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
1c0276a0be
* 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
13 lines
314 B
Text
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",
|
|
)
|