diff --git a/apps/scicalc/README.md b/apps/scicalc/README.md index bbe4b93c4..89a78bf77 100644 --- a/apps/scicalc/README.md +++ b/apps/scicalc/README.md @@ -16,3 +16,7 @@ The calculator supports the following operations: * exponential exp, natural logarithm log, pow function (this one takes 2 comma separated arguments) * Pi is provided as a constant * a memory button "M" stores or recalls the last result (after hitting the "=" button or swiping down) + +![](scicalc_screenshot1.png) +![](scicalc_screenshot2.png) +![](scicalc_screenshot3.png) diff --git a/apps/scicalc/scicalc_screenshot1.png b/apps/scicalc/scicalc_screenshot1.png new file mode 100644 index 000000000..7f9d46860 Binary files /dev/null and b/apps/scicalc/scicalc_screenshot1.png differ diff --git a/apps/scicalc/scicalc_screenshot2.png b/apps/scicalc/scicalc_screenshot2.png new file mode 100644 index 000000000..795d922e8 Binary files /dev/null and b/apps/scicalc/scicalc_screenshot2.png differ diff --git a/apps/scicalc/scicalc_screenshot3.png b/apps/scicalc/scicalc_screenshot3.png new file mode 100644 index 000000000..9319157ba Binary files /dev/null and b/apps/scicalc/scicalc_screenshot3.png differ