Commit FS#8750. Add ARM assembler for the dsp-functions channels_process_sound_chan_m...
[kugel-rb.git] / manual / platform / gigabeatf.tex
blobe7bac745df9f68604d0ba692182e1460acc3ea69
1 % $Id$ %
2 \def\UseOption{gigabeatf}
3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK}
4 \edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
5 \edef\UseOption{\UseOption,SWCODEC}
6 \edef\UseOption{\UseOption,CONFIG_RTC}
7 \edef\UseOption{\UseOption,GIGABEAT_PAD}
8 \edef\UseOption{\UseOption,HAVE_LCD_COLOR}
9 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
10 \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS}
11 \edef\UseOption{\UseOption,HAVE_DIRCACHE}
12 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE}
13 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE}
14 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
15 \edef\UseOption{\UseOption,gigabeat}
17 \newcommand{\playerman}{Toshiba}
18 \newcommand{\playertype}{Gigabeat F Series}
19 \newcommand{\playerlongtype}{\playertype}
20 \newcommand{\genericimg}{240x320x16}
21 \newcommand{\specimg}{gigabeatf}
22 %Used to name the player, e.g. ...to the \dap
23 \newcommand{\dap}{player}
24 %For use when referring to the player. E.g. the \daps\ capacity ...
25 \newcommand{\daps}{player's}
26 \newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
27 \newcommand{\screenshotsize}{6cm}
28 \newcommand{\disk}{hard disk}
30 \newcommand{\ButtonPower}{\btnfnt{Power}}
31 \newcommand{\ButtonMenu}{\btnfnt{Menu}}
32 \newcommand{\ButtonLeft}{\btnfnt{Left}}
33 \newcommand{\ButtonRight}{\btnfnt{Right}}
34 \newcommand{\ButtonUp}{\btnfnt{Up}}
35 \newcommand{\ButtonDown}{\btnfnt{Down}}
36 \newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
37 \newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
38 \newcommand{\ButtonSelect}{\btnfnt{Select}}
39 \newcommand{\ButtonA}{\btnfnt{A}}
40 \newcommand{\ButtonHold}{\btnfnt{Hold}}
42 %Button actions, standard context
43 \newcommand{\ActionStdPrev}{\ButtonUp}
44 \newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
45 \newcommand{\ActionStdNext}{\ButtonDown}
46 \newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
47 \newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonPower}
48 \newcommand{\ActionStdContext}{Long \ButtonSelect}
49 \newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
50 \newcommand{\ActionStdMenu}{\ButtonMenu}
51 \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
53 %Button actions, wps context
54 \newcommand{\ActionWpsPlay}{\ButtonA}
55 \newcommand{\ActionWpsSkipNext}{\ButtonRight}
56 \newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
57 \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
58 \newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
59 \newcommand{\ActionWpsAbSetBNextDir}{\ButtonA{} + \ButtonRight}
60 \newcommand{\ActionWpsAbSetAPrevDir}{\ButtonA{} + \ButtonLeft}
61 \newcommand{\ActionWpsStop}{\ButtonPower}
62 \newcommand{\ActionWpsVolDown}{\ButtonDown}
63 \newcommand{\ActionWpsVolUp}{\ButtonUp}
64 \newcommand{\ActionWpsPitchScreen}{\ButtonA{} + \ButtonUp/\ButtonDown}
65 \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
66 \newcommand{\ActionWpsMenu}{\ButtonMenu}
67 \newcommand{\ActionWpsContext}{Long \ButtonSelect}
68 \newcommand{\ActionWpsBrowse}{\ButtonSelect}
69 \newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect}
70 \newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu}
72 %Button actions, tree context
73 \newcommand{\ActionTreeWps}{\ButtonA}
74 \newcommand{\ActionTreeStop}{\ButtonPower}
75 \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
76 \newcommand{\ActionTreeParentDirectory}{\ButtonLeft}
78 %Button actions, YesNo context
79 \newcommand{\ActionYesNoAccept}{\ButtonSelect}
81 %Button actions, Setting context
82 \newcommand{\ActionSettingInc}{\ButtonUp}
83 \newcommand{\ActionSettingDec}{\ButtonDown}
85 %Button actions, Virtual Keyboard Context
86 \newcommand{\ActionKbdLeft}{\ButtonLeft}
87 \newcommand{\ActionKbdRight}{\ButtonRight}
88 \newcommand{\ActionKbdSelect}{\ButtonSelect}
89 \newcommand{\ActionKbdCursorLeft}{\ButtonA{} + \ButtonLeft}
90 \newcommand{\ActionKbdCursorRight}{\ButtonA{} + \ButtonRight}
91 \newcommand{\ActionKbdPageFlip}{\ButtonA{} + \ButtonMenu}
92 \newcommand{\ActionKbdDone}{\ButtonA}
93 \newcommand{\ActionKbdAbort}{\ButtonPower}
94 \newcommand{\ActionKbdBackSpace}{\ButtonMenu}
95 \newcommand{\ActionKbdMorseInput}{\ButtonA{} + \ButtonPower}
96 \newcommand{\ActionKbdMorseSelect}{\ButtonSelect}
97 \newcommand{\ActionKbdUp}{\ButtonUp}
98 \newcommand{\ActionKbdDown}{\ButtonDown}
100 %Button actions, Pitch Screen context
101 \newcommand{\ActionPsToggleMode}{\ButtonMenu}
102 \newcommand{\ActionPsIncSmall}{\ButtonUp}
103 \newcommand{\ActionPsIncBig}{Long \ButtonUp}
104 \newcommand{\ActionPsDecSmall}{\ButtonDown}
105 \newcommand{\ActionPsDecBig}{Long \ButtonDown}
106 \newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
107 \newcommand{\ActionPsNudgeRight}{\ButtonRight}
108 \newcommand{\ActionPsReset}{\ButtonA}
109 \newcommand{\ActionPsExit}{\ButtonPower}