Add usage example app

This commit is contained in:
Aaron Tulino (Aaronjamt)
2025-09-23 10:15:55 -07:00
parent ba3fbc51ee
commit 8e0f7cfb72
12 changed files with 328 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
App(
appid="example_date_time_input",
name="Example: Date/Time Input",
apptype=FlipperAppType.EXTERNAL,
entry_point="example_date_time_input",
requires=["gui"],
stack_size=1 * 1024,
fap_category="Examples",
)