forked from len0rd/rockbox
Bring Click information+keymappings up-to-date.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10035 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a80fa063e
commit
fcd65e56db
2 changed files with 74 additions and 29 deletions
|
|
@ -6,41 +6,86 @@
|
||||||
Clock
|
Clock
|
||||||
\par}
|
\par}
|
||||||
|
|
||||||
This is a fully featured analogue and digital clock program.
|
This is a fully featured analogue and digital clock plugin.
|
||||||
|
|
||||||
\subsubsection{Key configuration}
|
\subsubsection{Key configuration}
|
||||||
|
|
||||||
\begin{table}
|
\begin{table}
|
||||||
\begin{btnmap}{}{}
|
\begin{btnmap}{}{}
|
||||||
F1 & Help \\
|
\opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||||
F2 & Start / Stop stopwatch \\
|
\opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
|
||||||
F2 (Hold) & Reset stopwatch \\
|
& Start / Stop Counter \\
|
||||||
F3 & Options \\
|
\opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOn}
|
||||||
Play & Select clock mode \\
|
\opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
|
||||||
UP & Enable idle power off \\
|
(Hold) & Reset Counter \\
|
||||||
DOWN & Disable idle power off \\
|
\opt{RECORDER_PAD}{\ButtonPlay}
|
||||||
RIGHT & Enable backlight \\
|
\opt{IPOD_4G_PAD,IAUDIO_X5_PAD,IRIVER_H300_PAD}{\ButtonSelect}
|
||||||
LEFT & Disable backlight \\
|
& Main Menu \\
|
||||||
OFF & Save settings to disk and exit \\
|
\opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||||
|
\opt{IPOD_4G_PAD}{\ButtonMenu}
|
||||||
|
\opt{IAUDIO_X5_PAD}{\ButtonPower}
|
||||||
|
& Save Settings (if enabled) and Exit \\
|
||||||
\end{btnmap}
|
\end{btnmap}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
\subsubsection{Backlight configuration}
|
\textbf{Clock Menu}
|
||||||
If RIGHT or LEFT is not pressed during clock operation (with the
|
\begin{description}
|
||||||
exception of at the Help/Options/Mode Selector/Credit screens) then the
|
\item[View Clock] Exits the menu and returns to the current clock mode display.
|
||||||
backlight timeout will remain your Rockbox default setting (example, 15
|
\item[Mode Selector] Opens a menu from which you can select a clock mode to view.
|
||||||
seconds). If RIGHT or LEFT is pressed, Clock will set the backlight to
|
\item[Counter Settings] Opens a menu from which you can adjust settings pertaining to the counter.
|
||||||
ON or OFF, respectively. When Clock is exited, your default Rockbox
|
\item[Mode Settings] Opens a menu from which you can adjust settings pertaining to the current clock mode.
|
||||||
setting for Backlight will be restored.
|
\item[General Settings]
|
||||||
|
\begin{description}
|
||||||
|
\item[Reset Settings]
|
||||||
|
Reset all settings to their default values.
|
||||||
|
\item[Save Settings]
|
||||||
|
Save all settings to disk.
|
||||||
|
\item[Show Counter]
|
||||||
|
Toggle Counter display.
|
||||||
|
\item[Save]
|
||||||
|
Choose whether to disable automatic saving, saving to disk on exit, or saving to disk every settings change.
|
||||||
|
\item[Backlight]
|
||||||
|
Choose whether to disable the backlight, use the user's timeout setting, or keep the backlight on.
|
||||||
|
\item[Idle Poweroff]
|
||||||
|
Toggle Idle Poweroff.
|
||||||
|
\note{This setting is not saved to disk.}
|
||||||
|
\end{description}
|
||||||
|
\item[Help] Opens a brief help screen with key mappings and functionality.
|
||||||
|
\item[Credits] Displays a credits roll.
|
||||||
|
\end{description}
|
||||||
|
|
||||||
\subsubsection{Saving Settings}
|
\subsubsection{Analog mode}
|
||||||
Settings are saved to disk when Clock is exited. They are saved to
|
Small, round, analog clock is displayed in the middle of the LCD.
|
||||||
\fname{/.rockbox/rocks/.clock\_settings}. To reset your settings
|
Time readout, if enabled, is displayed at the upper left.
|
||||||
back to the defaults, simply navigate to this file using Rockbox,
|
If Time readout is in 12-hour (``12h'') mode, AM or PM will be displayed at the upper right.
|
||||||
highlight it, and press the ON+PLAY keys to get the Delete option. This way you can feel free to experiment with the settings {}- and you could even load
|
The Date readout, if enabled, is displayed at the lower left.
|
||||||
separate settings, say, one for your desk at home and one for in the car {}- by keeping two files in your \fname{/.rockbox/rocks} folder such as
|
The Counter, if enabled, is displayed at the lower right.
|
||||||
``h.clock\_settings'' and ``c.clock\_settings''. Simply remove the
|
The second hand, if enabled, is displayed along with the hour and minute hands.
|
||||||
``h'' for your home settings to go into effect, or add the ``h'' back and take off the ``c'' for your car settings.
|
Digit display, if enabled, places ``12'', ``3'', ``6'', and ``9'' around the face of the clock in their respective positions.
|
||||||
|
|
||||||
In the future, loading different settings will probably be made easier
|
\subsubsection{Digital mode}
|
||||||
through a built{}-in settings file loader in Clock.
|
An imitation of an LCD, this mode shows a Clock comprised of digital ``segments''.
|
||||||
|
The Date readout, if enabled, is displayed at the bottom, center.
|
||||||
|
The Second readout, if in ``Text'' mode, is displayed at the top, center; if in ``Bar'' mode, is displayed as a progress bar at the top of the LCD; if in ``Invert'' mode, will invert the LCD left-to-right as the seconds pass (a fully-inverted LCD means the entire minute has passed).
|
||||||
|
The Counter, if displayed, is shown at the upper left.
|
||||||
|
The Blinking Colon, if enabled, blinks the colon once every second.
|
||||||
|
12-hour mode, if enabled, will display the time in a 12-hour format.
|
||||||
|
|
||||||
|
\subsubsection{LCD mode}
|
||||||
|
Based on the Digital Mode, the LCD mode is another imitation of an LCD.
|
||||||
|
The settings available in this mode are exactly the same as Digital Mode, but they are independent of Digital Mode.
|
||||||
|
For example, you can have the Date Readout enabled in Digital Mode and disabled in LCD Mode.
|
||||||
|
|
||||||
|
\subsubsection{Fullscreen}
|
||||||
|
A Fullscreen clock is displayed. Show Border, if enabled, will draw a small box at every hour position (1 through 12).
|
||||||
|
Invert Seconds, if enabled, will invert the LCD as the seconds pass.
|
||||||
|
Second Hand, if enabled, will draw a second hand among the hour and minute hands.
|
||||||
|
|
||||||
|
\subsubsection{Binary mode}
|
||||||
|
This mode shows a Binary clock.
|
||||||
|
The hour is displayed on the top line, the minute is displayed on the middle line, and the seconds are on the last line.
|
||||||
|
Circle mode, if enabled, draws empty and full circles, instead of zeros and ones.
|
||||||
|
For help on reading binary, please visit: \url{http://en.wikipedia.org/wiki/Binary_numeral_system}
|
||||||
|
|
||||||
|
\subsubsection{Plain mode}
|
||||||
|
This mode shows a ``plain'' clock in large text that takes up nearly the whole LCD.
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@ the associated file. Viewers are stored in the
|
||||||
|
|
||||||
{\input{plugins/chess_clock.tex}}
|
{\input{plugins/chess_clock.tex}}
|
||||||
|
|
||||||
\opt{recorder,recorderv2fm}{\input{plugins/clock.tex}}
|
\opt{CONFIG_RTC}{\input{plugins/clock.tex}}
|
||||||
|
|
||||||
{\input{plugins/dice.tex}}
|
{\input{plugins/dice.tex}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue