37d26dead9
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
23 lines
652 B
TeX
23 lines
652 B
TeX
\subsection{Stopwatch}
|
|
\begin{figure}[h!]
|
|
\begin{center}
|
|
\includegraphics[width=4cm]{plugins/images/ss-stopwatch-\genericimg.png}
|
|
\end{center}
|
|
\end{figure}
|
|
Recorder stopwatch Player stopwatch
|
|
|
|
A simple stopwatch program with support for saving times.
|
|
|
|
\subsubsection{Keys are as follows:}
|
|
|
|
\begin{table}[h!]
|
|
\begin{tabular}{|c|c|c|c|}
|
|
\hline
|
|
PLAYER & RECORDER & ONDIO & FUNCTION \\\hline
|
|
MENU & OFF & ONOFF & Quit Plugin \\\hline
|
|
PLAY & PLAY & RIGHT & Start / stop \\\hline
|
|
STOP & LEFT & LEFT & Reset timer \\\hline
|
|
ON & ON & MODE & Take lap time \\\hline
|
|
MINUS/PLUS & DOWN/UP & DOWN/UP & Scroll through lap times \\\hline
|
|
\end{tabular}
|
|
\end{table}
|