mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 01:33:18 +00:00
12 lines
251 B
Text
12 lines
251 B
Text
|
App(
|
||
|
appid="display_test",
|
||
|
name="Display Test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="display_test_app",
|
||
|
cdefines=["APP_DISPLAY_TEST"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
order=120,
|
||
|
fap_category="Debug",
|
||
|
)
|