11 lines
263 B
Plaintext
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",
|
|
)
|