unleashed-firmware/applications/debug/display_test/application.fam

12 lines
239 B
Text
Raw Normal View History

App(
appid="display_test",
name="Display Test",
apptype=FlipperAppType.DEBUG,
entry_point="display_test_app",
requires=["gui"],
fap_libs=["u8g2"],
stack_size=1 * 1024,
order=120,
fap_category="Debug",
)