flipper-zero-tutorials/gpio/gpio_7segment/application.fam
2023-02-21 11:45:07 -05:00

11 lines
263 B
Plaintext

App(
appid="GPIO_7Segment_Output",
name="GPIO 7-Segment Output",
apptype=FlipperAppType.EXTERNAL,
entry_point="gpio_7segment_app",
requires=["gui", "gpio"],
stack_size=2 * 1024,
fap_icon="gpio_7segment.png",
fap_category="Gpio",
)