2020-04-18 21:05:36 +00:00
|
|
|
# Calculator
|
|
|
|
|
|
|
|
Basic calculator reminiscent of MacOs's one. Handy for small calculus.
|
|
|
|
|
2020-04-19 15:48:33 +00:00
|
|
|
<img src="https://user-images.githubusercontent.com/702227/79086938-bd3f4380-7d35-11ea-9988-a1a42916643f.png" height="384" width="384" />
|
2020-04-18 21:05:36 +00:00
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
- add / substract / divide / multiply
|
|
|
|
- handles floats
|
|
|
|
- basic memory button
|
|
|
|
|
|
|
|
## Controls
|
|
|
|
|
2022-11-06 23:07:27 +00:00
|
|
|
Bangle.js 1
|
2020-04-18 21:05:36 +00:00
|
|
|
- UP: BTN1
|
|
|
|
- DOWN: BTN3
|
|
|
|
- LEFT: BTN4
|
|
|
|
- RIGHT: BTN5
|
|
|
|
- SELECT: BTN2
|
|
|
|
|
2022-11-06 23:07:27 +00:00
|
|
|
Bangle.js 2
|
2024-03-12 00:59:48 +00:00
|
|
|
- Swipe up or down to go back to the number input
|
|
|
|
- Swipe to the left for operators, swipe to the right for the special functions
|
|
|
|
- Exit by pressing the physical button or the upper left corner of screen to exit (where the red back button would be)
|
2020-04-18 21:05:36 +00:00
|
|
|
## Creator
|
|
|
|
|
|
|
|
<https://twitter.com/fredericrous>
|
2022-11-06 23:07:27 +00:00
|
|
|
|
|
|
|
## Contributors
|
|
|
|
[thyttan](https://github.com/thyttan)
|