mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
|
|
App(
|
||
|
|
appid="direct_draw",
|
||
|
|
name="Direct Draw",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="direct_draw_app",
|
||
|
|
requires=["gui", "input"],
|
||
|
|
stack_size=2 * 1024,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|