mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 13:33:06 +00:00
0321717a86
Solitaire, Blackjack, HEX Viewer
16 lines
342 B
Text
16 lines
342 B
Text
App(
|
|
appid="hex_viewer",
|
|
name="HEX Viewer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="hex_viewer_app",
|
|
cdefines=["APP_HEX_VIEWER"],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=20,
|
|
fap_icon="icons/hex_10px.png",
|
|
fap_category="Misc",
|
|
fap_icon_assets="icons",
|
|
)
|