application.fam 224 B

123456789
  1. App(
  2. appid="example_custom_font",
  3. name="Example: custom font",
  4. apptype=FlipperAppType.DEBUG,
  5. entry_point="example_custom_font_main",
  6. requires=["gui"],
  7. stack_size=1 * 1024,
  8. fap_category="Debug",
  9. )