unleashed-firmware/applications/debug/example_custom_font/application.fam

10 lines
224 B
Text
Raw Normal View History

2023-01-08 17:12:27 +00:00
App(
appid="example_custom_font",
name="Example: custom font",
apptype=FlipperAppType.DEBUG,
2023-01-08 17:12:27 +00:00
entry_point="example_custom_font_main",
requires=["gui"],
stack_size=1 * 1024,
fap_category="Debug",
)