Skip to content

Commit

Permalink
fix icon and fam
Browse files Browse the repository at this point in the history
  • Loading branch information
techartdev committed Feb 14, 2024
1 parent fd0c46b commit 2114a83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application.fam
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# For details & more options, see documentation/AppManifests.md in firmware repo

App(
appid="calendar", # Must be unique
name="App calendar", # Displayed in menus
appid="techart_calendar", # Must be unique
name="Calendar", # Displayed in menus
apptype=FlipperAppType.EXTERNAL,
entry_point="calendar_app",
stack_size=2 * 1024,
fap_category="Examples",
fap_category="Tools",
# Optional values
# fap_version="0.1",
fap_icon="calendar.png", # 10x10 1-bit PNG
# fap_description="A simple app",
# fap_author="J. Doe",
# fap_weburl="https://github.com/user/calendar",
fap_author="TechArtDev",
fap_weburl="https://github.com/techartdev/Calendar/",
fap_icon_assets="images", # Image assets to compile for this application
)
Binary file modified calendar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2114a83

Please sign in to comment.