Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
zinongli committed Jul 28, 2024
1 parent df8738a commit e69c75a
Show file tree
Hide file tree
Showing 9 changed files with 1,831 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# T5577 Writer App



17 changes: 17 additions & 0 deletions application.fam
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
App(
appid="t5577_writer",
name="T5577 Writer",
apptype=FlipperAppType.EXTERNAL,
entry_point="main_t5577_writer_app",
stack_size=4 * 1024,
requires=[
"gui",
],
order=4,
fap_icon="icon.png",
fap_category="RFID",
fap_icon_assets="assets",
fap_description="@README.md",
fap_version="0.1",
fap_author="Torron"
)
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e69c75a

Please sign in to comment.