2023-02-08 09:26:17 +00:00
|
|
|
App(
|
|
|
|
appid="example_custom_font",
|
|
|
|
name="Example: custom font",
|
2023-02-13 04:10:36 +00:00
|
|
|
apptype=FlipperAppType.DEBUG,
|
2023-02-08 09:26:17 +00:00
|
|
|
entry_point="example_custom_font_main",
|
|
|
|
requires=["gui"],
|
|
|
|
stack_size=1 * 1024,
|
|
|
|
fap_category="Debug",
|
|
|
|
)
|