unleashed-firmware/applications/debug/example_custom_font/application.fam
2023-01-08 20:12:27 +03:00

10 lines
227 B
Plaintext

App(
appid="example_custom_font",
name="Example: custom font",
apptype=FlipperAppType.EXTERNAL,
entry_point="example_custom_font_main",
requires=["gui"],
stack_size=1 * 1024,
fap_category="Debug",
)