add example of custom font usage

This commit is contained in:
LTVA1
2023-01-08 20:12:27 +03:00
parent 50ee2eb8aa
commit 8488f4406e
2 changed files with 113 additions and 0 deletions
@@ -0,0 +1,9 @@
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",
)