62a0f447c5
Add titles for function and trig buttons to expose keyboard hints, and remap reciprocal/power10 shortcuts to match the new key layout. Update the portrait visual spec to reflect the revised keypad and function ordering.
53 lines
1.6 KiB
Markdown
53 lines
1.6 KiB
Markdown
# Calc 02 Visual Portrait
|
|
|
|
## Display
|
|
|
|
```
|
|
┌──────────── Display ────────────┐
|
|
| T: |
|
|
| Z: |
|
|
| Y: |
|
|
| X: |
|
|
└─────────────────────────────────┘
|
|
```
|
|
|
|
## Display Buttons
|
|
|
|
```
|
|
┌──────── Display Buttons ────────┐
|
|
| Const | Paste | Up | Mode |
|
|
| | Left | Down | Right |
|
|
└─────────────────────────────────┘
|
|
```
|
|
|
|
## Keypad
|
|
|
|
```
|
|
┌──────────── Keypad ─────────────┐
|
|
| Clear | Backspace | Esc | Enter |
|
|
| 7 | 8 | 9 | / |
|
|
| 4 | 5 | 6 | * |
|
|
| 1 | 2 | 3 | - |
|
|
| 0 | . | +/- | + |
|
|
└─────────────────────────────────┘
|
|
```
|
|
|
|
## Functions
|
|
|
|
```
|
|
┌──────────── Functions ──────────┐
|
|
| x^2 | √x | 1/x | % |
|
|
| y^x | y√x | 10^x | |
|
|
| log | ln | e^x | |
|
|
└─────────────────────────────────┘
|
|
```
|
|
|
|
## Trigo
|
|
|
|
```
|
|
┌──────────── Trigo ──────────────┐
|
|
| sin | cos | tan | |
|
|
| asin | acos | atan | |
|
|
└─────────────────────────────────┘
|
|
```
|