Keyboard Elements: Difference between revisions
From Smart LCD
| (One intermediate revision by the same user not shown) | |||
| Line 49: | Line 49: | ||
|} | |} | ||
= Predefined Touch Key ( | = Predefined Touch Key (CapLock) = | ||
{| | {| | ||
|[[File:TPK-CAP.png|128x128px]] | |[[File:TPK-CAP.png|128x128px]] | ||
| Line 172: | Line 172: | ||
|[[File:TPK-NM2 layout.png|center|354x354px]] | |[[File:TPK-NM2 layout.png|center|354x354px]] | ||
|} | |} | ||
[[File:TPK-ABC.png|128x128px]] | |||
= Predefined Touch Key - Set (English keyboard) = | |||
{| | |||
|[[File:TPK-ABC.png|128x128px]] | |||
| | |||
PIP keyboard's Element | |||
For building PIP keyboard only | |||
Similar as Touch Key (TPK) | |||
generate a set of keys (QWERTY) for quick PIP keyboard generation | |||
totally generate 54keys | |||
user may design a background art work before overlaying the Key - Set | |||
|- | |||
| | |||
|[[File:TPK-ABC layout.png|563x563px]] | |||
|} | |||
Latest revision as of 18:55, 30 May 2025
Predefined Touch Key (ESC)
PIP keyboard's Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "ESC" |
Predefined Touch Key (DEL)
PIP keyboard's Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "DelLastChar(VP)" |
Predefined Touch Key (Left)
PIP keyboard Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "Move Cursor Left" |
Predefined Touch Key (Right)
PIP keyboard Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "Move Cursor Right" |
Predefined Touch Key (Enter)
PIP keyboard Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "Enter" |
Predefined Touch Key (CapLock)
PIP keyboard Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "CapLock" |
Predefined Touch Key (char)
PIP keyboard's Element For building PIP keyboard only Similar as Touch Key (TPK) Predefined as Call Key = "Con(Buff, Cap/Norm(Byte0/Byte1" "Value" should be assigned for the key input |
Example01
| Value | CapLock input | Normal input | Descriptions |
|---|---|---|---|
| 0x4161 | A | a | Value(Hi) = 0x41 ="A"; Value(Lo) = 0x61 ="a" |
| 0x4262 | B | b | Value(Hi) = 0x42 ="B"; Value(Lo) = 0x61 ="b" |
| 0x4363 | C | c | Value(Hi) = 0x43 ="C"; Value(Lo) = 0x61 ="c" |
| 0x2131 | ! | 1 | Value(Hi) = 0x21 ="!"; Value(Lo) = 0x31 ="1" |
| 0x4032 | @ | 2 | Value(Hi) = 0x40 ="@"; Value(Lo) = 0x32 ="2" |
| 0x2333 | # | 3 | Value(Hi) = 0x23 ="#"; Value(Lo) = 0x33 ="3" |
Example 02 (for the keyboard without CapLock)
| Value | CapLock input | Normal input | Descriptions |
|---|---|---|---|
| "4" | Invalid | 4 | Value(Hi) = 0x00 = invalid; Value(Lo) = 0x34 ="4" |
| "5" | Invalid | 5 | Value(Hi) = 0x00 = invalid; Value(Lo) = 0x34 ="4" |
| "6" | Invalid | 6 | Value(Hi) = 0x00 = invalid; Value(Lo) = 0x34 ="4" |
| "P" | Invalid | P | Value(Hi) = 0x00 = invalid; Value(Lo) = 0x50 ="P" |
| "Q" | Invalid | Q | Value(Hi) = 0x00 = invalid; Value(Lo) = 0x51 ="Q" |
| "R" | Invalid | R | Value(Hi) = 0x00 = invalid; Value(Lo) = 0x52 ="R" |

