849170ea49
Move the portrait layout documentation to samples/calc-02/visual-portrait.md and refresh the project memory note to point to the new reference.
53 lines
1.7 KiB
Markdown
53 lines
1.7 KiB
Markdown
# Calc 02 Visual Portrait
|
|
|
|
## Display
|
|
|
|
```
|
|
┌──────────── Display ────────────┐
|
|
| T: |
|
|
| Z: |
|
|
| Y: |
|
|
| X: |
|
|
└─────────────────────────────────┘
|
|
```
|
|
|
|
## Display Buttons
|
|
|
|
```
|
|
┌──────── Display Buttons ────────┐
|
|
| Mode | Paste | Up | Const |
|
|
| | Left | Down | Right |
|
|
└─────────────────────────────────┘
|
|
```
|
|
|
|
## Keypad
|
|
|
|
```
|
|
┌───────────── Keypad ──────────────┐
|
|
| +/- | Clear | Esc | backspace |
|
|
| 7 | 8 | 9 | / |
|
|
| 4 | 5 | 6 | * |
|
|
| 1 | 2 | 3 | - |
|
|
| 0 | . | Enter | + |
|
|
└───────────────────────────────────┘
|
|
```
|
|
|
|
## Functions
|
|
|
|
```
|
|
┌──────────── Functions ────────────┐
|
|
| x^2 | y^x | 1/x | % |
|
|
| √x | y√x | 10^x | |
|
|
| log | ln | | |
|
|
└───────────────────────────────────┘
|
|
```
|
|
|
|
## Trigo
|
|
|
|
```
|
|
┌───────────── Trigo ───────────────┐
|
|
| sin | cos | tan | |
|
|
| asin | acos | atan | |
|
|
└───────────────────────────────────┘
|
|
```
|