mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
- Default to round border in analog mode - Default to segmented LCD style in digital and binary mode - Default to date format most fitting for current language (instead of D-M-Y) - Don't forcibly set a light background before menu is displayed or when quitting - Update manual Change-Id: Ifb6a41bb99701ae8f8cbf5fa0db2a3a332085f43
76 lines
2.9 KiB
TeX
76 lines
2.9 KiB
TeX
\subsection{Clock}
|
|
\screenshot{plugins/images/ss-clock}{Clock}{img:clock}
|
|
|
|
Clock with an analog, digital, and binary mode.
|
|
Includes a handy timer and can show the current date.
|
|
|
|
\subsubsection{Key configuration}
|
|
|
|
\begin{btnmap}
|
|
\PluginLeft{} / \PluginRight
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
|
|
& Cycle through modes \\
|
|
|
|
\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginUp{} / \PluginDown}
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginDown}
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
|
|
& Cycle through different skins in each mode \\
|
|
|
|
\PluginSelect
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
|
|
& Start or stop timer (visible in analog or digital mode) \\
|
|
|
|
\PluginSelectRepeat
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelectRepeat}
|
|
& Reset and hide the timer \\
|
|
|
|
\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel}
|
|
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
|
|
& Open Clock menu \\
|
|
\end{btnmap}
|
|
|
|
\textbf{Clock Menu}
|
|
\begin{description}
|
|
\item[Mode] Select analog, digital, or binary mode.
|
|
\item[Settings]
|
|
\begin{description}
|
|
\item[Analog] Adjust settings pertaining to the analog mode.
|
|
\item[Digital] Adjust settings pertaining to the digital mode.
|
|
\item[Date Format]
|
|
Switch between formatting used in the United States (M-D-Y), Europe (D-M-Y), and Japan (Y-M-D).
|
|
\item[Backlight]
|
|
Keep backlight turned off, on, or have it respect the system setting.
|
|
\item[Idle Poweroff]
|
|
Temporarily enable or disable Idle Poweroff while the plugin is running.
|
|
\item[Save On Exit]
|
|
Save settings to disk when the plugin is quit (enabled by default).
|
|
\item[Save Settings]
|
|
Save all settings to disk.
|
|
\item[Reset Settings]
|
|
Reset all settings to their default values.
|
|
\end{description}
|
|
\item[Playback Control] Show the playback control menu.
|
|
\item[Quit] Quit the plugin.
|
|
\end{description}
|
|
|
|
\subsubsection{Analog}
|
|
In analog mode, you can switch between two skins: One is round, the other square.
|
|
Both the second hand and the border can be hidden by going into Settings.
|
|
You can also choose to display the current date in the lower left corner.
|
|
Any running timer will appear in the lower right corner.
|
|
|
|
|
|
\subsubsection{Digital}
|
|
Digital mode imitates a segmented LCD by default. A plain display style is
|
|
also available, by switching to a different skin.
|
|
The current date is displayed on the bottom, unless it is disabled.
|
|
You can hide seconds, or make the colon blink once every second.
|
|
Any running timer will appear on the bottom.
|
|
|
|
\subsubsection{Binary}
|
|
Binary mode can either display ones and zeros, or filled and empty circles, depending
|
|
on your chosen skin. The default binary skin imitates a segmented LCD.
|
|
The three rows show hours on top, followed by minutes, then seconds.
|
|
For help on reading binary, please visit:
|
|
\url{http://en.wikipedia.org/wiki/Binary_numeral_system}
|