mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
|
|
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",
|
||
|
|
)
|