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