From 2a35c4cad8cb5d9c592715882d57fe78a6f9d163 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 5 Sep 2014 19:45:10 -0400 Subject: FS#9583 - periodic table - original rockbox port: Yifu Huang - original work: Jonathan Bettencourt - modifications made: - PLA-fied - Add element 117 (ununseptium) - Implemented up/down - Fixed actinide/lanthanide navigation so that they are between scandium and titanium - Added manual entry - Fixed FG/BG colors Change-Id: Ibabfb0d28f794689ffcd8b9c360fb969d118de08 Reviewed-on: http://gerrit.rockbox.org/950 Reviewed-by: Michael Giacomelli --- manual/plugins/main.tex | 2 ++ manual/plugins/periodic_table.tex | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 manual/plugins/periodic_table.tex (limited to 'manual') diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 7369d35c03..1583ea0723 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -250,6 +250,8 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} {\input{plugins/metronome.tex}} +\opt{lcd_bitmap}{\input{plugins/periodic_table.tex}} + \opt{swcodec}{\opt{recording_mic}{\input{plugins/pitch_detector.tex}}} {\input{plugins/random_folder_advance_config.tex}} diff --git a/manual/plugins/periodic_table.tex b/manual/plugins/periodic_table.tex new file mode 100644 index 0000000000..08e6bf9253 --- /dev/null +++ b/manual/plugins/periodic_table.tex @@ -0,0 +1,13 @@ +\subsection{Periodic Table} + +The periodic table plugin allows easy browsing and viewing of details of elements, giving a detailed output for each selection. Navigate the table using the directional keys, pressing back or exit exits the plugin. + +\begin{btnmap} + \PluginUp, \PluginDown, \PluginLeft, \PluginRight + \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight} + & Move cursor\\ + + \PluginCancel + \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} + & Quit\\ +\end{btnmap} -- cgit v1.2.3