annotate venus/doc/Keypad-layout @ 51:9de8e7a43160

keypad initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Nov 2021 07:03:14 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
51
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 FreeCalypso Venus will have the same 21-button main keypad as on TI's D-Sample
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 development platform, as seen in this photograph:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 https://www.freecalypso.org/members/falcon/pictures/D-Sample/pic1.jpeg
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 Each of these 21 buttons forming the main keypad underneath the LCD will be an
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 E-Switch TL3301 series SMT tactile switch, mounted directly on the top side of
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 FC Venus board. The following reference designators are assigned to these 21
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 tactile switches:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11 S401 [LS] S402 [^] S403 [RS]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 S404 [<-] S405 [.] S406 [->]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 S407 [Green] S408 [V] S409 [Red]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 S410 [1] S411 [2] S412 [3]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
16 S413 [4] S414 [5] S415 [6]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
17 S416 [7] S417 [8] S418 [9]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
18 S419 [*] S420 [0] S421 [#]
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
19
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
20 The label in square brackets indicates logical function:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
21
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
22 * [Green] and [Red] are the green call key (traditionally called SEND) and the
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
23 red power/hang-up key (traditionally called END).
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
24
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
25 * [LS] and [RS] are the left and right "soft function" keys, above [Green] and
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
26 [Red] and directly below the LCD.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
27
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
28 * S402, S404, S405, S406 and S408 form the 5-way navigation button group (S405
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
29 is "center"); their [] labels are an ASCII art attempt to depict navigation
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
30 key directions.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
31
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
32 * S410 through S421 form the most traditional 12-button dial keypad.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
33
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
34 In addition to these 21 tactile switches forming the main keypad, there will be
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
35 3 additional tactile switches of the same type corresponding to the 3 side
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
36 buttons on D-Sample:
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
37
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
38 S422 Left side button: volume up
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
39 S423 Left side button: volume down
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
40 S424 Right side button, function unspecified
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
41
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
42 S422 and S423 will need to be placed on the left side of our LCD; S424 will need
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
43 to be placed to the right of our LCD.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
44
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
45 S409 will be connected between PWON and GND and thus exist outside of KBC/KBR
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
46 matrix. Each of the remaining 23 keyswitches will short across a KBC/KBR pair.
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
47 Calypso provides 5 KBC and 5 KBR lines, allowing for up to 25 keyswitches, thus
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
48 enough for our 23. The choice of which KBC/KBR crosspoint should be used for
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
49 which button position is up to the PCB layout engineer - the source file to be
9de8e7a43160 keypad initial implementation
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
50 edited is src/periph/keypad.v.