summaryrefslogtreecommitdiff
path: root/manual/platform
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-12-15 21:25:57 +0000
committerMartin Arver <martin.arver@gmail.com>2006-12-15 21:25:57 +0000
commiteb56c8a8d1644aa426619a2db6fba0a6c6332e82 (patch)
treedf3e8baa4725b3686331df234045b8af77460d73 /manual/platform
parentd772977c65138f43fcb14bcf944d1f6ca55b4a1a (diff)
Initial commit of the gigabeat platform file. Note that the there are lot's of errors when building the gigabeat manual. This is mainly caused by the plugin key tables.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11771 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform')
-rw-r--r--manual/platform/gigabeatf.tex93
1 files changed, 93 insertions, 0 deletions
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex
new file mode 100644
index 0000000000..ebf045dfd8
--- /dev/null
+++ b/manual/platform/gigabeatf.tex
@@ -0,0 +1,93 @@
+% $Id$ %
+\def\UseOption{gigabeatf}
+\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
+\edef\UseOption{\UseOption,SWCODEC}
+\edef\UseOption{\UseOption,GIGABEAT_PAD}
+\edef\UseOption{\UseOption,gigabeat}
+
+\newcommand{\playerman}{Toshiba}
+\newcommand{\playertype}{Gigabeat F Series}
+\newcommand{\playerlongtype}{\playertype}
+\newcommand{\genericimg}{240x320x16}
+\newcommand{\specimg}{gigabeatf}
+%Used to name the player, e.g. ...to the \dap
+\newcommand{\dap}{player}
+%For use when referring to the player. E.g. the \daps\ capacity ...
+\newcommand{\daps}{player's}
+\newcommand{\firmwarefilename}{\fname{rockbox.gigabeat}}
+\newcommand{\screenshotsize}{6cm}
+
+\newcommand{\ButtonPower}{\btnfnt{Power}}
+\newcommand{\ButtonMenu}{\btnfnt{Menu}}
+\newcommand{\ButtonLeft}{\btnfnt{Left}}
+\newcommand{\ButtonRight}{\btnfnt{Right}}
+\newcommand{\ButtonUp}{\btnfnt{Up}}
+\newcommand{\ButtonDown}{\btnfnt{Down}}
+\newcommand{\ButtonVolUp}{\btnfnt{Volume up}}
+\newcommand{\ButtonVolDown}{\btnfnt{Volume down}}
+\newcommand{\ButtonSelect}{\btnfnt{Select}}
+\newcommand{\ButtonA}{\btnfnt{A}}
+
+
+%Button actions, standard context
+\newcommand{\ActionStdPrev}{\ButtonUp}
+\newcommand{\ActionStdPrevRepeat}{Long \ButtonUp}
+\newcommand{\ActionStdNext}{\ButtonDown}
+\newcommand{\ActionStdNextRepeat}{Long \ButtonDown}
+\newcommand{\ActionStdCancel}{\ButtonLeft{} or \ButtonA}
+\newcommand{\ActionStdContext}{Long \ButtonSelect}
+\newcommand{\ActionStdQuickScreen}{Long \ButtonMenu}
+\newcommand{\ActionStdMenu}{\ButtonMenu}
+\newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight}
+
+%Button actions, wps context
+\newcommand{\ActionWpsPlay}{\ButtonSelect}
+\newcommand{\ActionWpsSkipNext}{\ButtonRight}
+\newcommand{\ActionWpsSkipPrev}{\ButtonLeft}
+\newcommand{\ActionWpsSeekBack}{Long \ButtonLeft}
+\newcommand{\ActionWpsSeekFwd}{Long \ButtonRight}
+\newcommand{\ActionWpsAbSetBNextDir}{\ButtonPower{} + \ButtonRight}
+\newcommand{\ActionWpsAbSetAPrevDir}{\ButtonPower{} + \ButtonLeft}
+\newcommand{\ActionWpsStop}{\ButtonA}
+\newcommand{\ActionWpsVolDown}{\ButtonDown}
+\newcommand{\ActionWpsVolUp}{\ButtonUp}
+\newcommand{\ActionWpsPitchScreen}{\ButtonPower{} + \ButtonUp/\ButtonDown}
+\newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu}
+\newcommand{\ActionWpsMenu}{\ButtonMenu}
+\newcommand{\ActionWpsContext}{Long \ButtonSelect}
+\newcommand{\ActionWpsBrowse}{\ButtonPower}
+\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonSelect}
+\newcommand{\ActionWpsIdThreeScreen}{\ButtonPower{} + \ButtonMenu}
+
+%Button actions, tree context
+\newcommand{\ActionTreeWps}{\ButtonPower}
+\newcommand{\ActionTreeStop}{\ButtonA}
+\newcommand{\ActionTreeEnter}{\fixme{Edit key}}
+\newcommand{\ActionTreeParentDirectory}{\fixme{Edit key}}
+
+%Button actions, YesNo context
+\newcommand{\ActionYesNoAccept}{\ButtonSelect}
+
+%Button actions, Virtual Keyboard Context
+\newcommand{\ActionKbdLeft}{\ButtonLeft}
+\newcommand{\ActionKbdRight}{\ButtonRight}
+\newcommand{\ActionKbdSelect}{\ButtonSelect}
+\newcommand{\ActionKbdCursorLeft}{\ButtonPower{} + \ButtonLeft}
+\newcommand{\ActionKbdCursorRight}{\ButtonPower{} + \ButtonRight}
+\newcommand{\ActionKbdPageFlip}{\ButtonPower{} + \ButtonMenu}
+\newcommand{\ActionKbdDone}{\ButtonPower}
+\newcommand{\ActionKbdAbort}{\ButtonA}
+\newcommand{\ActionKbdBackSpace}{\ButtonMenu}
+\newcommand{\ActionKbdUp}{\ButtonUp}
+\newcommand{\ActionKbdDown}{\ButtonDown}
+
+%Button actions, Pitch Screen context
+\newcommand{\ActionPsToggleMode}{\ButtonMenu}
+\newcommand{\ActionPsIncSmall}{\ButtonUp}
+\newcommand{\ActionPsIncBig}{Long \ButtonUp}
+\newcommand{\ActionPsDecSmall}{\ButtonDown}
+\newcommand{\ActionPsDecBig}{Long \ButtonDown}
+\newcommand{\ActionPsNudgeLeft}{\ButtonLeft}
+\newcommand{\ActionPsNudgeRight}{\ButtonRight}
+\newcommand{\ActionPsReset}{\ButtonPower}
+\newcommand{\ActionPsExit}{\ButtonA}