C200 manual: corrections and minor additions with regards to the use of some buttons.
[Rockbox.git] / manual / platform / c200.tex
blob594bc422d812b9cd73eca30dbe387628ba02f26a
1 % $Id$ %
2 \def\UseOption{c200}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,CONFIG_RTC}
6 \edef\UseOption{\UseOption,SWCODEC}
7 \edef\UseOption{\UseOption,SANSA_C200_PAD}
8 \edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9 \edef\UseOption{\UseOption,sansa}
11 \newcommand{\playerman}{Sansa}
12 \newcommand{\playertype}{c200}
13 \newcommand{\playerlongtype}{\playertype}
14 \newcommand{\genericimg}{132x80x16}
15 \newcommand{\specimg}{c200}
16 %Used to name the player, e.g. ...to the \dap
17 \newcommand{\dap}{player}
18 %For use when referring to the player. E.g. the \daps\ capacity ...
19 \newcommand{\daps}{player's}
20 \newcommand{\firmwarefilename}{\fname{rockbox.mi4}}
21 \newcommand{\screenshotsize}{4cm}
22 \newcommand{\disk}{flash storage}
24 \newcommand{\ButtonLeft}{\btnfnt{Left}}
25 \newcommand{\ButtonRight}{\btnfnt{Right}}
26 \newcommand{\ButtonRec}{\btnfnt{Rec}}
27 \newcommand{\ButtonUp}{\btnfnt{Play}}
28 \newcommand{\ButtonDown}{\btnfnt{Submenu}}
29 \newcommand{\ButtonSelect}{\btnfnt{Select}}
30 \newcommand{\ButtonPower}{\btnfnt{Power}}
31 \newcommand{\ButtonVolUp}{\btnfnt{Volume Up}}
32 \newcommand{\ButtonVolDown}{\btnfnt{Volume Down}}
33 \newcommand{\ButtonHold}{\btnfnt{Hold}}
35 %Button actions, standard context
36 \newcommand{\ActionStdPrev}{\ButtonDown}
37 \newcommand{\ActionStdPrevRepeat}{Long \ButtonDown}
38 \newcommand{\ActionStdNext}{\ButtonUp}
39 \newcommand{\ActionStdNextRepeat}{Long \ButtonUp}
40 \newcommand{\ActionStdCancel}{\ButtonLeft}
41 \newcommand{\ActionStdContext}{Long \ButtonSelect}
42 \newcommand{\ActionStdQuickScreen}{Long \ButtonDown}
43 \newcommand{\ActionStdMenu}{\ButtonPower}
44 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
45 \newcommand{\ActionStdRec}{Long \ButtonRec}
47 %Button actions, wps context
48 \newcommand{\ActionWpsPlay}{\ButtonUp}
49 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
50 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
51 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
52 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
54 \newcommand{\ActionWpsStop}{Long \ButtonUp}
55 \newcommand{\ActionWpsVolDown}{\ButtonVolDown}
56 \newcommand{\ActionWpsVolUp}{\ButtonVolUp}
58 \newcommand{\ActionWpsQuickScreen}{Long \ButtonDown}
59 \newcommand{\ActionWpsMenu}{\ButtonPower}
60 \newcommand{\ActionWpsContext}{\ButtonDown}
61 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
63 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
64 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
65 \newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}
67 %Button actions, tree context
68 \newcommand{\ActionTreeWps}{\ButtonUp}
69 \newcommand{\ActionTreeStop}{Long \ButtonUp}
70 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
71 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
73 %Button actions, YesNo context
74 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
76 %Button actions, Setting context
77 \newcommand{\ActionSettingInc}{\ButtonUp}
78 \newcommand{\ActionSettingDec}{\ButtonDown}
80 %Button actions, Virtual Keyboard Context
81 \newcommand{\ActionKbdLeft}{\ButtonLeft}
82 \newcommand{\ActionKbdRight}{\ButtonRight}
83 \newcommand{\ActionKbdSelect}{\ButtonSelect}
84 \newcommand{\ActionKbdDone}{\ButtonUp}
85 \newcommand{\ActionKbdAbort}{\ButtonPower}
86 \newcommand{\ActionKbdUp}{\ButtonUp}
87 \newcommand{\ActionKbdDown}{\ButtonDown}
88 \newcommand{\ActionKbdCursorLeft}{\ButtonRec{} + \ButtonLeft}
89 \newcommand{\ActionKbdCursorRight}{\ButtonRec{} + \ButtonRight}
90 \newcommand{\ActionKbdBackSpace}{\ButtonDown}
91 \newcommand{\ActionKbdPageFlip}{\ButtonRec{} + \ButtonSelect}
93 %Button actions, Pitch Screen context
94 \newcommand{\ActionPsToggleMode}{\ButtonRec}
95 \newcommand{\ActionPsIncSmall}{\ButtonUp}
96 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
97 \newcommand{\ActionPsDecSmall}{\ButtonDown}
98 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
99 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
100 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
101 \newcommand{\ActionPsReset}{\ButtonSelect}
102 \newcommand{\ActionPsExit}{\ButtonPower}
104 %Button actions, Recording screen context
105 \newcommand{\ActionRecPause}{\ButtonUp}
106 \newcommand{\ActionRecExit}{\ButtonPower}
107 \newcommand{\ActionRecNewfile}{\ButtonRec}
108 \newcommand{\ActionRecMenu}{Long \ButtonDown}
109 \newcommand{\ActionSettingsInc}{\ButtonRight}
110 \newcommand{\ActionSettingsDec}{\ButtonLeft}
112 \newcommand{\ActionQuickscreenExit}{\ButtonPower}