docs: update calc-02 portrait visual reference
Move the portrait layout documentation to samples/calc-02/visual-portrait.md and refresh the project memory note to point to the new reference.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
┌──────────── Display ────────────┐ ┌────── Functions ─────┐ ┌──────────── Keypad ─────────────┐
|
||||
| T: | | x^2 | y^x | 1/x | % | | +/- | Clear | Esc | backspace |
|
||||
| Z: | | √x | y√x | 10^x | | | 7 | 8 | 9 | / |
|
||||
| Y: | | log | ln | | | | 4 | 5 | 6 | * |
|
||||
| X: | └──────────────────────┘ | 1 | 2 | 3 | - |
|
||||
└─────────────────────────────────┘ ┌─────── Trigo ────────┐ | 0 | . | Enter | + |
|
||||
┌──────── Display Buttons ────────┐ | sin | cos | tan | └─────────────────────────────────┘
|
||||
| Mode | Paste | Up | Const | | asin | acos | atan |
|
||||
| | Right | Down | Right | └──────────────────────┘
|
||||
└─────────────────────────────────┘
|
||||
@@ -0,0 +1,52 @@
|
||||
# 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 | |
|
||||
└───────────────────────────────────┘
|
||||
```
|
||||
@@ -1,26 +0,0 @@
|
||||
┌──────────── Display ────────────┐
|
||||
| T: |
|
||||
| Z: |
|
||||
| Y: |
|
||||
| X: |
|
||||
└─────────────────────────────────┘
|
||||
┌──────── Display Buttons ────────┐
|
||||
| Mode | Paste | Up | Const |
|
||||
| | Right | Down | Right |
|
||||
└─────────────────────────────────┘
|
||||
┌──────────── Keypad ─────────────┐
|
||||
| +/- | Clear | Esc | backspace |
|
||||
| 7 | 8 | 9 | / |
|
||||
| 4 | 5 | 6 | * |
|
||||
| 1 | 2 | 3 | - |
|
||||
| 0 | . | Enter | + |
|
||||
└─────────────────────────────────┘
|
||||
┌─────────── Functions ───────────┐
|
||||
| x^2 | y^x | 1/x | % |
|
||||
| √x | y√x | 10^x | |
|
||||
| log | ln | | |
|
||||
└─────────────────────────────────┘
|
||||
┌───────────── Trigo ─────────────┐
|
||||
| sin | cos | tan | |
|
||||
| asin | acos | atan | |
|
||||
└─────────────────────────────────┘
|
||||
Reference in New Issue
Block a user