forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest RM1204-1241-0.420.0-7add7d3 on PATREON - ADD MATHWIZ
- Loading branch information
1 parent
49a117c
commit 837fb79
Showing
15 changed files
with
123 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
applications/external/math_wiz/.vscode/c_cpp_properties.json
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
applications/external/math_wiz/.vscode/compile_commands.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
# For details & more options, see documentation/AppManifests.md in firmware repo | ||
|
||
App( | ||
appid="math_wiz", # Must be unique | ||
name="Math Wiz", # Displayed in menus | ||
appid="math_wiz", | ||
name="Math Wiz", | ||
apptype=FlipperAppType.EXTERNAL, | ||
entry_point="math_wiz_main", | ||
stack_size=2 * 1024, | ||
fap_icon="math_wiz.png", | ||
fap_icon_assets="images", | ||
fap_category="Tools", | ||
# Optional values | ||
# fap_version="1.1", | ||
fap_icon="math_wiz.png", # 10x10 1-bit PNG | ||
# fap_description="Does some trig/calculus calculations", | ||
# fap_author="Papa_Ghost", | ||
# fap_weburl="https://github.com/ImPapaGhost/math_wiz", | ||
fap_icon_assets="images", # Image assets to compile for this application | ||
fap_author="Papa_Ghost", | ||
fap_weburl="https://github.com/ImPapaGhost/math_wiz", | ||
fap_version="1.1", | ||
fap_description="Does some trig/calculus calculations", | ||
) |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+12.9 KB
(810%)
applications/external/math_wiz/images/Instructions_Menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+13.2 KB
(810%)
applications/external/math_wiz/images/Polynomial_Solver.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 modified
BIN
+13.4 KB
(780%)
applications/external/math_wiz/images/Set_coefficient_Value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.