1
0
Fork 0
forked from len0rd/rockbox

Change Grayscale to Greyscale in the JPEG viewer and add explanation of the Display Option menu to the manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonas Häggqvist 2009-02-19 00:38:41 +00:00
parent 41771ba2f2
commit 856fda013e
2 changed files with 6 additions and 1 deletions

View file

@ -326,7 +326,7 @@ bool set_option_dithering(void)
static void display_options(void)
{
static const struct menu_item items[] = {
{ "Grayscale", set_option_grayscale },
{ "Greyscale", set_option_grayscale },
{ "Dithering", set_option_dithering },
};

View file

@ -82,6 +82,11 @@ The menu has the following entries.
\item[Show Playback Menu.] From the playback menu you can control the
playback of the currently loaded playlist and change the volume of your \dap.
}
\opt{lcd_color}{
\item[Display Options.] From this menu you can force the viewer to render the
image in greyscale using the \setting{Greyscale} option or set the method of
dithering used in the \setting{Dithering} submenu.
}
\item[Return.] Returns you to the image
\end{description}