mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
9 lines
224 B
Text
9 lines
224 B
Text
App(
|
|
appid="example_custom_font",
|
|
name="Example: custom font",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="example_custom_font_main",
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
fap_category="Debug",
|
|
)
|