mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
10 lines
227 B
Text
10 lines
227 B
Text
|
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",
|
||
|
)
|