Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make more use of the 'features' system in the manuals (committed in r16304), less stuff to keep in sync manually but keep in mind that changes in config-*.h can now affect the manual

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16765 a1c6a512-1295-4272-9138-f99709370657

+117 -269
+6 -6
manual/advanced_topics/main.tex
··· 3 3 4 4 \section{\label{ref:CustomisingUI}Customising the userinterface} 5 5 \subsection{\label{ref:GettingExtras}Getting Extras} 6 - \opt{HAVE_LCD_BITMAP}{ 6 + \opt{lcd_bitmap}{ 7 7 Rockbox supports custom fonts. A collection of fonts is available for download 8 8 in the font package at \url{http://www.rockbox.org/daily.shtml}}. 9 9 10 - \opt{HAVE_LCD_BITMAP}{ 10 + \opt{lcd_bitmap}{ 11 11 \subsection{\label{ref:Loadingfonts}Loading Fonts}\index{Fonts} 12 12 Rockbox can load fonts dynamically. Simply copy the \fname{.fnt} file to the 13 13 \dap{} and ``play'' it in the \setting{File Browser}. If you want a font to ··· 37 37 file find the instructions on the Rockbox website: 38 38 \wikilink{LangFiles} 39 39 40 - \opt{HAVE_LCD_COLOR}{ 40 + \opt{lcd_color}{ 41 41 \subsection{Changing Colours} 42 42 The colours used in the Rockbox interface can be changed to any combination 43 43 of background and foreground colour you like. To do this go to the ··· 101 101 \item All characters not preceded by \% are displayed as typed. 102 102 \item Lines beginning with \# are comments and will be ignored. 103 103 \item Maximum file size used is 104 - \opt{HAVE_LCD_BITMAP}{1600} 104 + \opt{lcd_bitmap}{1600} 105 105 \opt{player}{400} bytes. 106 106 If you have a bigger WPS file, only the first part of it will be 107 107 loaded and used. ··· 225 225 }% 226 226 \end{enumerate} 227 227 228 - \optv{SWCODEC}{% This doesn't depend on SWCODEC but we don't have a \noptv 228 + \optv{swcodec}{% This doesn't depend on swcodec but we don't have a \noptv 229 229 % command. 230 230 Example on background image use: 231 231 \begin{example} ··· 255 255 displayed if available. Could also be rendered as ``filename'' or ``tracknum -- 256 256 title [artist]''. 257 257 258 - %\opt{HAVE_LCD_BITMAP}{ 258 + %\opt{lcd_bitmap}{ 259 259 % \begin{verbatim} 260 260 % %s%?it<%?in<%in. |>%it|%fn> 261 261 % %s%?ia<%ia|%?d2<%d2|(root)>>
+7 -7
manual/appendix/config_file_options.tex
··· 90 90 cuesheet support 91 91 & on, off & N/A\\ 92 92 % 93 - \opt{SWCODEC}{ 93 + \opt{swcodec}{ 94 94 replaygain & on, off & N/A\\ 95 95 replaygain type 96 96 & track, album, track shuffle ··· 159 159 mdb shape & 50 to 300 & Hz\\ 160 160 }% 161 161 162 - \opt{HAVE_LCD_BITMAP}{ 162 + \opt{lcd_bitmap}{ 163 163 peak meter release 164 164 & 1 to 126 & ?\\ 165 165 peak meter hold ··· 185 185 invert & on, off & N/A\\ 186 186 }% 187 187 188 - \opt{SWCODEC}{% This doesn't depend on SWCODEC but using a \nopt here 188 + \opt{swcodec}{% This doesn't depend on swcodec but using a \nopt here 189 189 % causes ondiosp not to build for mysterious reasons. 190 190 backdrop & /path/filename.bmp & N/A\\ 191 191 }% 192 192 193 - \opt{HAVE_LCD_COLOR}{ 193 + \opt{lcd_color}{ 194 194 foreground color & 000000 to FFFFFF & RRGGBB\\ 195 195 background color & 000000 to FFFFFF & RRGGBB\\ 196 196 } ··· 226 226 & on, off & N/A\\ 227 227 }% 228 228 } 229 - \opt{CONFIG_RTC}{ 229 + \opt{rtc}{ 230 230 time format & 12hour, 24hour & N/A\\ 231 231 }% 232 - \opt{HAVE_RECORDING}{ 232 + \opt{recording}{ 233 233 rec quality & 0 to 7 & 0: small size, 7: high quality\\ 234 234 rec frequency 235 235 & 48, 44, 32, 24, 22, 16 & kHz\\ ··· 249 249 rec directory 250 250 & /recordings,current & N/A\\ 251 251 }% 252 - \opt{CONFIG_TUNER}{ 252 + \opt{radio}{ 253 253 force fm mono 254 254 & off, on & N/A\\ 255 255 }%
+2 -2
manual/appendix/file_formats.tex
··· 10 10 & Directory & \emph{none} & The browser enters that directory \\ 11 11 \includegraphics[width=0.37cm]{appendix/images/icon-audio-file.png} 12 12 & Audio file & 13 - \opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}} 13 + \opt{MASCODEC}{mp3}\opt{swcodec}{\emph{various}} 14 14 & Rockbox takes you to the WPS and starts playing the file \\ 15 15 \includegraphics[width=0.37cm]{appendix/images/icon-cuesheet.png} 16 16 & Cuesheet & \fname{.cue} & View a cuesheet file \\ ··· 45 45 & Chip8 game & \fname{.ch8} & Play a Chip8 game \\ 46 46 \includegraphics[width=0.37cm]{appendix/images/icon-image-file.png} 47 47 & Image & \fname{.jpg} & View a JPEG image \\ 48 - \opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{ 48 + \opt{MASCODEC}{\opt{lcd_bitmap}{ 49 49 \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} 50 50 & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\} 51 51 }
+4 -4
manual/appendix/wps_tags.tex
··· 81 81 \opt{player}{ 82 82 & This will display a 1 character ``cup'' % 83 83 that empties as the time progresses.} 84 - \opt{HAVE_LCD_BITMAP}{ 84 + \opt{lcd_bitmap}{ 85 85 & This will replace the entire line with a progress bar. \\ 86 86 & You can set the height, position and width of the progressbar % 87 87 (in pixels): \config{\%pb{\textbar}height{\textbar}leftpos% ··· 118 118 \end{tagmap} 119 119 \end{table} 120 120 121 - \opt{SWCODEC}{ 121 + \opt{swcodec}{ 122 122 \section{Sound (DSP) settings} 123 123 \begin{table} 124 124 \begin{tagmap}{}{} 125 125 \config{\%sp} & Display current playback pitch \\ 126 - \opt{SWCODEC}{ 126 + \opt{swcodec}{ 127 127 \config{\%xf} & Crossfade setting, in the order: Off, Shuffle, Skip, Always\\ 128 128 \config{\%rg} & ReplayGain value in use (x.y dB). If used as a conditional, 129 129 Replaygain type in use: \config{\%?rg{\textless}Off{\textbar}Track% ··· 234 234 \end{tagmap} 235 235 \end{table} 236 236 237 - \opt{CONFIG_RTC}{ 237 + \opt{rtc}{ 238 238 \section{Real Time Clock} 239 239 \begin{table} 240 240 \begin{tagmap}{}{}
+10 -10
manual/configure_rockbox/display_options.tex
··· 28 28 beginning so that the display can be read to see song information. The 29 29 amount of time is determined by the value of the backlight timeout 30 30 setting, but is no less than 5 seconds. 31 - \opt{HAVE_BACKLIGHT_PWM_FADING}{ 31 + \opt{backlight_fade}{ 32 32 \item[Backlight fade in:] 33 33 The amount of time that the backlight will take to fade from off to on 34 34 after a button is pressed. If set to \setting{Off} the backlight will ··· 46 46 off will only turn the backlight on without having any other effect. When 47 47 disabled the first keypress will \emph{also} perform its appropriate action. 48 48 49 - \opt{HAVE_LCD_SLEEP}{ 49 + \opt{lcd_sleep}{ 50 50 \item[Sleep (After Backlight Off):] 51 51 This setting controls how long rockbox will wait before turning off the 52 52 display after the backlight is turned off. Turning off the display ··· 54 54 noticeably longer than just turning on the backlight. 55 55 } 56 56 57 - \opt{HAVE_BACKLIGHT_BRIGHTNESS}{ 57 + \opt{backlight_brightness}{ 58 58 \item[Brightness:] 59 59 Changes the brightness of your LCD display. 60 60 } ··· 67 67 find this menu option again!} 68 68 } % \opt{archos,h1xx,ipodmini,ipod4g,x5} 69 69 70 - \opt{HAVE_LCD_INVERT}{ 70 + \opt{lcd_invert}{ 71 71 \item[LCD Mode:] 72 72 This setting lets you invert the colours of the display. 73 73 } 74 74 75 - \opt{HAVE_LCD_FLIP}{ 75 + \opt{lcd_flip}{ 76 76 \item[Upside Down:] 77 77 Displays the screen so that the top of the display is nearest the buttons. 78 78 This is sometimes useful when carrying the \dap{} in a pocket for easy ··· 131 131 \item[Scroll Start Delay:] 132 132 Controls how many milliseconds Rockbox should wait before a new 133 133 text begins scrolling. 134 - \opt{HAVE_LCD_BITMAP}{ 134 + \opt{lcd_bitmap}{ 135 135 \item[Scroll Step Size:] 136 136 Controls how many pixels the text scroll should move for each step. 137 137 } ··· 148 148 it should use depending of how much it has to scroll left. This setting 149 149 lets you tell Rockbox where that limit is, expressed in percentage of 150 150 line length. 151 - \opt{HAVE_LCD_BITMAP}{ 151 + \opt{lcd_bitmap}{ 152 152 \item[Screen Scrolls Out of View:] 153 153 On lists with long entries that do not fit on the screen using 154 154 \opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOn+\ButtonRight/ ··· 175 175 can be useful on slow displays. 176 176 \end{description} 177 177 % 178 - \opt{HAVE_LCD_BITMAP}{ 178 + \opt{lcd_bitmap}{ 179 179 \item[Status/Scrollbar:] 180 180 Settings related to on screen status display and the scrollbar. 181 181 \begin{description} ··· 194 194 \end{description} 195 195 } 196 196 % 197 - \opt{HAVE_LCD_BITMAP}{ 197 + \opt{lcd_bitmap}{ 198 198 \item[Peak Meter:] 199 199 The peak meter can be configured with a number of parameters. 200 200 \begin{description} ··· 212 212 \item[Clip Hold Time:] 213 213 The number of seconds that the clipping indicator will be visible 214 214 after clipping is detected. 215 - \opt{HAVE_RECORDING}{ 215 + \opt{recording}{ 216 216 \item[Clip Counter:] 217 217 Show the number of times the clip indicator went active during 218 218 recording in front of the peakmeters.
+1 -1
manual/configure_rockbox/main.tex
··· 19 19 \label{ref:configure_rockbox_themes} 20 20 \input{configure_rockbox/theme_settings.tex} 21 21 22 - \opt{HAVE_RECORDING}{ 22 + \opt{recording}{ 23 23 \chapter{Recording Settings} 24 24 \label{ref:Recordingsettings} 25 25 \input{configure_rockbox/recording_settings.tex}
+6 -6
manual/configure_rockbox/playback_options.tex
··· 121 121 The anti-skip buffer can safely be kept at zero. It will eventually be 122 122 eliminated. 123 123 }% 124 - \opt{SWCODEC}{The anti-skip buffer can be set to various values between 124 + \opt{swcodec}{The anti-skip buffer can be set to various values between 125 125 5 seconds and 10 minutes.}% 126 126 127 127 \note{Having a large anti-skip buffer tends to use more power, and may ··· 138 138 instead of being played immediately. Pausing and stopping playback is 139 139 disabled as well as skipping songs and launching plugins. 140 140 141 - \opt{SWCODEC}{ 141 + \opt{swcodec}{ 142 142 \item[Crossfade. ] 143 143 This setting enables a cross-fader. At the end of a song, the song will 144 144 fade out as the next song fades in, creating a smooth transition between ··· 178 178 set on shuffle.} 179 179 }% 180 180 181 - \opt{SWCODEC}{ 181 + \opt{swcodec}{ 182 182 \item[Replaygain. ]This allows you to control the replaygain function. 183 183 The purpose of replaygain is to adjust the volume of the music played 184 184 so that all songs (or albums, depending on your settings) have the ··· 220 220 decibel (dB) value between -12dB and +12dB, in increments of 0.1{}dB. 221 221 \end{description} 222 222 } 223 - \opt{SWCODEC}{ 223 + \opt{swcodec}{ 224 224 \item[Beep Volume. ]Controls the volume of the beep that is heard when 225 225 skipping forward or backward between tracks. The beep is disabled when 226 226 set to \setting{Off}. ··· 267 267 \url{http://www.last.fm}. This service was formely known as 268 268 \emph{Audioscrobbler}. When you enable this option, you'll have to reboot to 269 269 start the logging. The log-file is called 270 - \opt{CONFIG_RTC}{\fname{.scrobbler.log},}% 271 - \nopt{CONFIG_RTC}{\fname{.scrobbler-timeless.log},}% 270 + \opt{rtc}{\fname{.scrobbler.log},}% 271 + \nopt{rtc}{\fname{.scrobbler-timeless.log},}% 272 272 and is to be found in the root directory of your \dap{}. 273 273 \note{See \wikilink{LastFMLog} for a further description, and for tools you 274 274 can use to submit your Last.fm log.}
+3 -3
manual/configure_rockbox/recording_settings.tex
··· 31 31 \end{table} 32 32 } 33 33 34 - \opt{SWCODEC}{ 34 + \opt{swcodec}{ 35 35 \section{Format} 36 36 Choose which format to save your recording in. The available choices are 37 37 the two uncompressed formats \setting{PCM Wave} and \setting{AIFF}, the ··· 51 51 \opt{x5}{88.2kHz, 44.1kHz, 22.05kHz and 11.025kHz} 52 52 are available. Higher sample rates use up more disk space, but give better 53 53 sound quality. 54 - \opt{SWCODEC}{\note{The 11.025kHz setting is not available when using% 54 + \opt{swcodec}{\note{The 11.025kHz setting is not available when using% 55 55 \setting{MPEG Layer 3} format.} 56 56 }% 57 57 \opt{MASCODEC}{ ··· 73 73 Choose the source of the recording. This can be 74 74 \opt{recorder,recorderv2fm,h1xx}{\setting{SPDIF (digital)},}% 75 75 \setting{Mic} or \setting{Line In}. 76 - \opt{CONFIG_TUNER}{For recording from the radio see \reference{ref:FMradio}.} 76 + \opt{radio}{For recording from the radio see \reference{ref:FMradio}.} 77 77 78 78 \section{Channels} 79 79 This allows you to select mono or stereo recording. Please note that
+3 -3
manual/configure_rockbox/sound_settings.tex
··· 224 224 \end{description} 225 225 } 226 226 227 - \opt{SWCODEC}{ 227 + \opt{swcodec}{ 228 228 \section{Crossfeed} 229 229 Crossfeed attempts to make the experience of listening to music on 230 230 headphones more similar to listening to music with stereo speakers. When you ··· 280 280 if you choose settings which result in a too high output level. 281 281 } 282 282 283 - \opt{SWCODEC}{ 283 + \opt{swcodec}{ 284 284 \section{\label{ref:EQ}Equalizer} 285 285 \screenshot{configure_rockbox/images/ss-equalizer}{The graphical equalizer}{} 286 286 Rockbox features a parametric equalizer (EQ). As the name suggests, a ··· 404 404 \end{description} 405 405 } 406 406 407 - \opt{SWCODEC}{ 407 + \opt{swcodec}{ 408 408 \section{Dithering} 409 409 This setting controls the dithering and noise shaping functionality of Rockbox. 410 410
+7 -7
manual/configure_rockbox/system_options.tex
··· 42 42 is currently used in the \dap{}. The two supported battery types are 43 43 ``Alkaline'' or ``NiMH''.} 44 44 45 - \opt{HAVE_USB_CHARGING}{ 45 + \opt{usb_charging}{ 46 46 %TODO: check where it is working correctly (except H300) and append the option to the respective platform file 47 47 \item [Charge During USB Connection: ]This option lets you control whether 48 48 the \dap{} should charge during the USB connection and hence draw the ··· 52 52 53 53 \end{description} 54 54 } 55 - \opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE}{ 55 + \opt{dircache,HAVE_DISK_STORAGE}{ 56 56 \subsection{Disk} 57 57 Options relating to the hard disk. 58 58 ··· 67 67 afterwards. 68 68 } 69 69 70 - \opt{HAVE_DIRCACHE}{ 70 + \opt{dircache}{ 71 71 \item [Directory Cache: ]Rockbox has the ability to cache the contents of 72 72 your drive in RAM. The \setting{Directory Cache} takes a small amount of 73 73 memory away from Rockbox that would otherwise be used to buffer music, ··· 82 82 background.} 83 83 } 84 84 \end{description} 85 - } % \opt{HAVE_DIRCACHE,HAVE_DISK_STORAGE} 85 + } % \opt{dircache,HAVE_DISK_STORAGE} 86 86 87 - \opt{CONFIG_RTC}{ 87 + \opt{rtc}{ 88 88 \subsection{Time and Date} 89 89 Time related menu options. 90 90 \begin{description} ··· 101 101 minutes in 1 minute steps. Then \setting{15,30,45} and \setting{60} minutes are 102 102 available. 103 103 104 - \opt{HAVE_RTC_ALARM}{ 104 + \opt{alarm}{ 105 105 \subsection{Wake-Up Alarm} 106 106 % TODO this isn't quite right for all targets, I think 107 107 This option turns the \dap{} off and then starts it up again at the ··· 113 113 again before the alarm occurs, the alarm will be cancelled. Using this 114 114 option disables the \setting{Sleep Timer}. 115 115 116 - \opt{HAVE_RECORDING,CONFIG_TUNER}{ 116 + \opt{recording,radio}{ 117 117 \subsection{Alarm Wake up Screen} 118 118 This option controls what the \dap{} does when it is woken up by the alarm. 119 119 }
+4 -4
manual/configure_rockbox/theme_settings.tex
··· 66 66 This option allows you to clear the backdrops that you set. 67 67 }% 68 68 69 - \opt{HAVE_LCD_BITMAP}{ 69 + \opt{lcd_bitmap}{ 70 70 \item[Line Selector Type.] 71 71 This option allows you to select which type of line selector to use. 72 72 \begin{description} ··· 74 74 A small arrow to the left of the menu text. 75 75 \item[Bar (inverse):] 76 76 A bar with inverted foreground and background colour. 77 - \opt{HAVE_LCD_COLOR}{ 77 + \opt{lcd_color}{ 78 78 \item[Bar (Solid Colour):] 79 79 A bar with a solid colour, the colour is set in the \setting{Colours} 80 80 submenu. ··· 85 85 \end{description} 86 86 } 87 87 88 - \opt{HAVE_LCD_COLOR}{ 88 + \opt{lcd_color}{ 89 89 \item[Colours.] 90 90 The options in this menu sets the colours for visual elements in Rockbox. 91 91 \begin{description} ··· 109 109 \item[Reset Colours:] 110 110 Resets the LCD display to Rockbox's default colours. 111 111 \end{description} 112 - }% HAVE_LCD_COLOR 112 + }% lcd_color 113 113 \end{description}
+1 -1
manual/configure_rockbox/voice.tex
··· 16 16 \begin{itemize} 17 17 \item Setting the Sound Option \setting{Channels} to \setting{Karaoke} may 18 18 disable voice menus. 19 - \item Plugins \opt{CONFIG_RTC}{and the wake up alarm} do not support 19 + \item Plugins \opt{rtc}{and the wake up alarm} do not support 20 20 voice features. 21 21 \end{itemize} 22 22
+4 -4
manual/getting_started/installation.tex
··· 25 25 26 26 \opt{MASCODEC}{Rockbox itself comes as a single package. There is no need 27 27 to install additional software for running Rockbox.} 28 - \opt{SWCODEC} { 28 + \opt{swcodec} { 29 29 \opt{HAVE_RB_BL_ON_DISK}{There are three separate components, 30 30 two of which need to be installed in order to run Rockbox.} 31 31 \opt{HAVE_RB_BL_IN_FLASH}{There are two separate components of Rockbox ··· 198 198 of known critical bugs. The current stable release of Rockbox, version 199 199 2.5, is available at \url{http://www.rockbox.org/download/}. 200 200 } 201 - \opt{SWCODEC}{ 201 + \opt{swcodec}{ 202 202 There has not yet been a stable release for the \playername{}. Until 203 203 there is a stable release for \playername{}, use a current build. 204 204 } ··· 275 275 276 276 % This has nothing to do with swcodec, just that these players need our own 277 277 % bootloader so we can decide where we want the main binary. 278 - \opt{SWCODEC}{ 278 + \opt{swcodec}{ 279 279 \note{ 280 280 If the contents of the \fname{.zip} file are extracted correctly, you will 281 281 have a directory called \fname{/.rockbox}, which contains all the files needed ··· 312 312 } 313 313 } 314 314 315 - \opt{SWCODEC}{ 315 + \opt{swcodec}{ 316 316 \subsubsection{Installing the bootloader} 317 317 \opt{h1xx,h300}{\input{getting_started/iriver_install.tex}} 318 318 \opt{ipod}{\input{getting_started/ipod_install.tex}}
+1 -1
manual/main_menu/fmradio.tex
··· 13 13 14 14 \screenshot{main_menu/images/ss-fm-radio-screen}{The FM radio screen}{} 15 15 This menu option switches to the radio screen. 16 - The FM radio has the ability \opt{HAVE_RECORDING}{to record and } to 16 + The FM radio has the ability \opt{recording}{to record and } to 17 17 remember station frequency settings (presets). 18 18 \opt{MASCODEC}{\note{The radio will shorten battery life, because the 19 19 MAS-chip is set to record mode for instant recordings.}
+3 -3
manual/main_menu/main.tex
··· 112 112 to recording. The details of this menu are covered in detail in 113 113 \reference{ref:Recordingsettings}. 114 114 115 - \opt{HAVE_RECORDING}{\input{main_menu/recording_screen.tex}} 115 + \opt{recording}{\input{main_menu/recording_screen.tex}} 116 116 117 - \opt{CONFIG_TUNER}{\input{main_menu/fmradio.tex}} 117 + \opt{radio}{\input{main_menu/fmradio.tex}} 118 118 119 119 \section{\label{ref:playlistoptions}Playlist} 120 120 This menu allows you to work with playlists. Playlists can be created in ··· 177 177 The \setting{Sleep Timer} powers off your \dap{} after playing for a given 178 178 time. It can be set from \setting{Off} to 5 hours in 5 minute steps. 179 179 The \setting{Sleep Timer} is reset on boot. 180 - \opt{HAVE_RTC_ALARM}{Using this option disables the \setting{Wake up alarm}.} 180 + \opt{alarm}{Using this option disables the \setting{Wake up alarm}.} 181 181 182 182 \item[Debug (Keep Out!):] 183 183 This sub menu is intended to be used \emph{only} by Rockbox developers.
+2 -2
manual/main_menu/recording_screen.tex
··· 15 15 front of the peak meters shows the number of times the clip indicator was 16 16 activated during recording. The counter is reset to zero when starting a new 17 17 recording. 18 - \opt{SWCODEC}{ 18 + \opt{swcodec}{ 19 19 \note{When you start a recording, the hard disk will spin up. This will cause 20 20 the peak meters to freeze in the process. This is expected behaviour, and 21 21 nothing to worry about. The recording continues during the spin up.}} 22 22 \opt{MASCODEC}{The frequency, channels and quality} 23 - \opt{SWCODEC}{The frequency and channels} settings are shown on the last line. 23 + \opt{swcodec}{The frequency and channels} settings are shown on the last line. 24 24 25 25 The controls for this screen are: 26 26 \begin{table}
-8
manual/platform/c200.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{c200} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 6 - \edef\UseOption{\UseOption,CONFIG_TUNER} 7 - \edef\UseOption{\UseOption,CONFIG_RTC} 8 - \edef\UseOption{\UseOption,SWCODEC} 9 4 \edef\UseOption{\UseOption,SANSA_C200_PAD} 10 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 11 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 13 6 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 14 7 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 15 - \edef\UseOption{\UseOption,HAVE_RECORDING} 16 8 \edef\UseOption{\UseOption,sansa} 17 9 18 10 \newcommand{\playerman}{Sansa}
-10
manual/platform/e200.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{e200} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,HAVE_LCD_SLEEP} 8 - \edef\UseOption{\UseOption,HAVE_RECORDING} 9 - \edef\UseOption{\UseOption,CONFIG_TUNER} 10 - \edef\UseOption{\UseOption,CONFIG_RTC} 11 - \edef\UseOption{\UseOption,SWCODEC} 12 4 \edef\UseOption{\UseOption,SANSA_E200_PAD} 13 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 14 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 15 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 16 6 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 17 7 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 18 8 \edef\UseOption{\UseOption,sansa}
-6
manual/platform/gigabeatf.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{gigabeatf} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,SWCODEC} 6 - \edef\UseOption{\UseOption,CONFIG_RTC} 7 4 \edef\UseOption{\UseOption,GIGABEAT_PAD} 8 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 10 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 11 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 12 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 13 7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 14 8 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS}
-10
manual/platform/h10.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{h10} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,HAVE_LCD_SLEEP} 8 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 9 - \edef\UseOption{\UseOption,CONFIG_TUNER} 10 - \edef\UseOption{\UseOption,CONFIG_RTC} 11 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 12 - \edef\UseOption{\UseOption,SWCODEC} 13 4 \edef\UseOption{\UseOption,IRIVER_H10_PAD} 14 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 15 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 16 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 17 7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 18 8 \edef\UseOption{\UseOption,iriver}
-7
manual/platform/h10_5gb.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{h10_5gb} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 6 - \edef\UseOption{\UseOption,CONFIG_RTC} 7 - \edef\UseOption{\UseOption,CONFIG_TUNER} 8 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IRIVER_H10_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 13 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 14 7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 15 8 \edef\UseOption{\UseOption,iriver}
-8
manual/platform/h1xx.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{h1xx} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,HAVE_RECORDING} 8 - \edef\UseOption{\UseOption,CONFIG_TUNER} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IRIVER_H100_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 12 6 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 13 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 14 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 15 7 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 16 8 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 17 9 \edef\UseOption{\UseOption,iriver}
-10
manual/platform/h300.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{h300} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 6 - \edef\UseOption{\UseOption,HAVE_RECORDING} 7 - \edef\UseOption{\UseOption,CONFIG_TUNER} 8 - \edef\UseOption{\UseOption,CONFIG_RTC} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IRIVER_H300_PAD} 11 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 12 5 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 13 6 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 14 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 15 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 16 7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 17 8 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 18 - \edef\UseOption{\UseOption,HAVE_USB_CHARGING} 19 9 \edef\UseOption{\UseOption,iriver} 20 10 21 11 \newcommand{\playerman}{Iriver}
-7
manual/platform/ipod1g2g.tex
··· 1 1 % $Id: ipod3g.tex 13422 2007-05-19 19:21:52Z christi $ % 2 2 \def\UseOption{ipod1g2g} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,CONFIG_RTC} 8 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IPOD_3G_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 13 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 14 7 \edef\UseOption{\UseOption,ipod} 15 8
-7
manual/platform/ipod3g.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{ipod3g} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,CONFIG_RTC} 8 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IPOD_3G_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 13 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 14 7 \edef\UseOption{\UseOption,ipod} 15 8
-7
manual/platform/ipod4g.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{ipod4g} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,CONFIG_RTC} 8 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IPOD_4G_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 13 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 14 7 \edef\UseOption{\UseOption,ipod} 15 8
-6
manual/platform/ipodcolor.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{ipodcolor} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,CONFIG_RTC} 6 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 7 - \edef\UseOption{\UseOption,SWCODEC} 8 4 \edef\UseOption{\UseOption,IPOD_4G_PAD} 9 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 10 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 12 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 13 7 \edef\UseOption{\UseOption,ipod} 14 8
-8
manual/platform/ipodmini.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{ipodmini} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,CONFIG_RTC} 8 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IPOD_4G_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 12 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 13 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 14 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 15 7 \edef\UseOption{\UseOption,ipod} 16 8
-8
manual/platform/ipodnano.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{ipodnano} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,CONFIG_RTC} 6 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 7 - \edef\UseOption{\UseOption,SWCODEC} 8 4 \edef\UseOption{\UseOption,IPOD_4G_PAD} 9 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 10 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 12 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 13 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 14 6 \edef\UseOption{\UseOption,ipod} 15 7 16 8 \newcommand{\playerman}{Ipod}
-8
manual/platform/ipodvideo.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{ipodvideo} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,CONFIG_RTC} 6 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 7 - \edef\UseOption{\UseOption,SWCODEC} 8 4 \edef\UseOption{\UseOption,IPOD_4G_PAD} 9 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 10 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 11 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 12 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_PWM_FADING} 13 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 14 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 15 7 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 16 8 \edef\UseOption{\UseOption,ipod}
-7
manual/platform/m5.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{m5} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,HAVE_RECORDING} 8 - \edef\UseOption{\UseOption,CONFIG_RTC} 9 - \edef\UseOption{\UseOption,SWCODEC} 10 4 \edef\UseOption{\UseOption,IAUDIO_X5_PAD} 11 5 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 12 6 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 13 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 14 7 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 15 8 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 16 9 \edef\UseOption{\UseOption,iaudio}
-4
manual/platform/mrobe100.tex
··· 1 1 % $Id: mrobe100.tex 15972 2007-12-25 19:55:22Z pixelma $ % 2 2 \def\UseOption{mrobe100} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_ON_DISK} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,SWCODEC} 6 - \edef\UseOption{\UseOption,CONFIG_RTC} 7 4 \edef\UseOption{\UseOption,MROBE100_PAD} 8 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 9 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 10 6 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 11 7 \edef\UseOption{\UseOption,HAVE_BUTTON_LIGHTS} 12 8 \edef\UseOption{\UseOption,olympus}
-5
manual/platform/ondiofm.tex
··· 3 3 \def\UseOption{ondiofm} 4 4 % To not break the current manual 5 5 \edef\UseOption{\UseOption,ondio} 6 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 7 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 8 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 9 - \edef\UseOption{\UseOption,HAVE_RECORDING} 10 - \edef\UseOption{\UseOption,CONFIG_TUNER} 11 6 \edef\UseOption{\UseOption,MASCODEC} 12 7 \edef\UseOption{\UseOption,ONDIO_PAD} 13 8 \edef\UseOption{\UseOption,BATTERY_TYPES}
-3
manual/platform/ondiosp.tex
··· 2 2 %platform file for the Ondio SP 3 3 \def\UseOption{ondiosp} 4 4 \edef\UseOption{\UseOption,ondio} 5 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 6 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 7 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 8 5 \edef\UseOption{\UseOption,MASCODEC} 9 6 \edef\UseOption{\UseOption,ONDIO_PAD} 10 7 \edef\UseOption{\UseOption,BATTERY_TYPES}
-5
manual/platform/recorder.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{recorder} 3 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 5 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 6 - \edef\UseOption{\UseOption,HAVE_RECORDING} 7 - \edef\UseOption{\UseOption,CONFIG_RTC} 8 3 \edef\UseOption{\UseOption,MASCODEC} 9 4 \edef\UseOption{\UseOption,RECORDER_PAD} 10 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
-7
manual/platform/recorderv2fm.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{recorderv2fm} 3 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 4 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 5 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 6 - \edef\UseOption{\UseOption,HAVE_RECORDING} 7 - \edef\UseOption{\UseOption,CONFIG_TUNER} 8 - \edef\UseOption{\UseOption,CONFIG_RTC} 9 - \edef\UseOption{\UseOption,HAVE_RTC_ALARM} 10 3 \edef\UseOption{\UseOption,MASCODEC} 11 4 \edef\UseOption{\UseOption,RECORDER_PAD} 12 5 \edef\UseOption{\UseOption,HAVE_BACKLIGHT}
-11
manual/platform/x5.tex
··· 1 1 % $Id$ % 2 2 \def\UseOption{x5} 3 3 \edef\UseOption{\UseOption,HAVE_RB_BL_IN_FLASH} 4 - \edef\UseOption{\UseOption,HAVE_LCD_BITMAP} 5 - \edef\UseOption{\UseOption,HAVE_LCD_INVERT} 6 - \edef\UseOption{\UseOption,HAVE_LCD_FLIP} 7 - \edef\UseOption{\UseOption,HAVE_LCD_SLEEP} 8 - \edef\UseOption{\UseOption,HAVE_RECORDING} 9 - \edef\UseOption{\UseOption,CONFIG_TUNER} 10 - \edef\UseOption{\UseOption,CONFIG_RTC} 11 - \edef\UseOption{\UseOption,SWCODEC} 12 4 \edef\UseOption{\UseOption,IAUDIO_X5_PAD} 13 - \edef\UseOption{\UseOption,HAVE_LCD_COLOR} 14 5 \edef\UseOption{\UseOption,HAVE_REMOTE_LCD} 15 6 \edef\UseOption{\UseOption,HAVE_BACKLIGHT} 16 - \edef\UseOption{\UseOption,HAVE_BACKLIGHT_BRIGHTNESS} 17 - \edef\UseOption{\UseOption,HAVE_DIRCACHE} 18 7 \edef\UseOption{\UseOption,HAVE_DISK_STORAGE} 19 8 \edef\UseOption{\UseOption,HAVE_CAR_ADAPTER_MODE} 20 9 \edef\UseOption{\UseOption,iaudio}
+1 -1
manual/plugins/bounce.tex
··· 1 1 \subsection{Bounce} 2 2 \screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce} 3 3 This demo is of the word ``Rockbox'' bouncing across the screen. 4 - \opt{CONFIG_RTC}{There is also an analogue clock in the background.} 4 + \opt{rtc}{There is also an analogue clock in the background.} 5 5 In \setting{Scroll mode} the bouncing text is replaced by a different one 6 6 scrolling from right to left. 7 7
+2 -2
manual/plugins/jpegviewer.tex
··· 1 1 % $Id$ % 2 2 \subsection{JPEG viewer} 3 3 Open a JPEG file in the \setting{File Browser} to view it% 4 - \nopt{HAVE_LCD_COLOR}{ using Rockbox's 4 + \nopt{lcd_color}{ using Rockbox's 5 5 greyscale library}. 6 - \opt{SWCODEC}{ 6 + \opt{swcodec}{ 7 7 \note{When an audio file is playing the size of the image is limited as 8 8 the decoding process needs to share memory with audio tracks. To be able to 9 9 view a bigger file you may need to stop playback.}
+37 -37
manual/plugins/main.tex
··· 13 13 \setting{Context Menu}. 14 14 15 15 \section{Games} 16 - \opt{HAVE_LCD_BITMAP} 16 + \opt{lcd_bitmap} 17 17 {See also the Chip{}-8 emulator in \reference{ref:Chip8emulator} 18 - \opt{recorder,recorderv2fm,h1xx,m5,HAVE_LCD_COLOR} 18 + \opt{recorder,recorderv2fm,h1xx,m5,lcd_color} 19 19 {and Rockboy in \reference{ref:Rockboy}}.} 20 20 21 - \opt{HAVE_LCD_BITMAP}{\input{plugins/blackjack.tex}} 21 + \opt{lcd_bitmap}{\input{plugins/blackjack.tex}} 22 22 23 - \opt{HAVE_LCD_BITMAP}{\input{plugins/brickmania.tex}} 23 + \opt{lcd_bitmap}{\input{plugins/brickmania.tex}} 24 24 25 - \opt{HAVE_LCD_BITMAP}{\input{plugins/bubbles.tex}} 25 + \opt{lcd_bitmap}{\input{plugins/bubbles.tex}} 26 26 27 - \opt{HAVE_LCD_BITMAP}{\input{plugins/chessbox.tex}} 27 + \opt{lcd_bitmap}{\input{plugins/chessbox.tex}} 28 28 29 - \opt{SWCODEC}{\input{plugins/doom.tex}} 29 + \opt{swcodec}{\input{plugins/doom.tex}} 30 30 31 31 {\input{plugins/flipit.tex}} 32 32 33 33 \opt{player}{\input{plugins/jackpot.tex}} 34 34 35 - \opt{HAVE_LCD_BITMAP}{\input{plugins/jewels.tex}} 35 + \opt{lcd_bitmap}{\input{plugins/jewels.tex}} 36 36 37 - \opt{HAVE_LCD_BITMAP}{\input{plugins/minesweeper.tex}} 37 + \opt{lcd_bitmap}{\input{plugins/minesweeper.tex}} 38 38 39 39 \opt{player}{\input{plugins/nim.tex}} 40 40 41 - \opt{h1xx,m5,HAVE_LCD_COLOR}{\input{plugins/pacbox.tex}} 41 + \opt{h1xx,m5,lcd_color}{\input{plugins/pacbox.tex}} 42 42 43 - \opt{HAVE_LCD_BITMAP}{\input{plugins/pong.tex}} 43 + \opt{lcd_bitmap}{\input{plugins/pong.tex}} 44 44 45 - \opt{HAVE_LCD_BITMAP}{\input{plugins/robotfindskitten.tex}} 45 + \opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} 46 46 47 47 {\input{plugins/rockblox.tex}} 48 48 49 - \opt{HAVE_LCD_BITMAP}{\input{plugins/sliding.tex}} 49 + \opt{lcd_bitmap}{\input{plugins/sliding.tex}} 50 50 51 - \opt{HAVE_LCD_BITMAP}{\input{plugins/snake.tex}} 51 + \opt{lcd_bitmap}{\input{plugins/snake.tex}} 52 52 53 - \opt{HAVE_LCD_BITMAP}{\input{plugins/snake2.tex}} 53 + \opt{lcd_bitmap}{\input{plugins/snake2.tex}} 54 54 55 - \opt{HAVE_LCD_BITMAP}{\input{plugins/sokoban.tex}} 55 + \opt{lcd_bitmap}{\input{plugins/sokoban.tex}} 56 56 57 - \opt{HAVE_LCD_BITMAP}{\input{plugins/solitaire.tex}} 57 + \opt{lcd_bitmap}{\input{plugins/solitaire.tex}} 58 58 59 - \opt{HAVE_LCD_BITMAP}{\input{plugins/spacerocks.tex}} 59 + \opt{lcd_bitmap}{\input{plugins/spacerocks.tex}} 60 60 61 - \opt{HAVE_LCD_BITMAP}{\input{plugins/star.tex}} 61 + \opt{lcd_bitmap}{\input{plugins/star.tex}} 62 62 63 - \opt{HAVE_LCD_BITMAP}{\input{plugins/sudoku.tex}} 63 + \opt{lcd_bitmap}{\input{plugins/sudoku.tex}} 64 64 65 - \opt{HAVE_LCD_BITMAP}{\input{plugins/wormlet.tex}} 65 + \opt{lcd_bitmap}{\input{plugins/wormlet.tex}} 66 66 67 - \opt{HAVE_LCD_BITMAP}{\input{plugins/xobox.tex}} 67 + \opt{lcd_bitmap}{\input{plugins/xobox.tex}} 68 68 69 69 \section{Demos} 70 70 71 - \opt{HAVE_LCD_BITMAP}{\input{plugins/bounce.tex}} 71 + \opt{lcd_bitmap}{\input{plugins/bounce.tex}} 72 72 73 73 {\input{plugins/credits.tex}} 74 74 75 75 {\input{plugins/cube.tex}} 76 76 77 - \opt{HAVE_LCD_BITMAP}{\input{plugins/demystify.tex}} 77 + \opt{lcd_bitmap}{\input{plugins/demystify.tex}} 78 78 79 - \opt{HAVE_LCD_BITMAP}{\input{plugins/fire.tex}} 79 + \opt{lcd_bitmap}{\input{plugins/fire.tex}} 80 80 81 81 {\input{plugins/logo.tex}} 82 82 83 - \opt{HAVE_LCD_BITMAP}{\input{plugins/mandelbrot.tex}} 83 + \opt{lcd_bitmap}{\input{plugins/mandelbrot.tex}} 84 84 85 85 {\input{plugins/mosaic.tex}} 86 86 87 - \opt{HAVE_LCD_BITMAP}{\input{plugins/oscilloscope.tex}} 87 + \opt{lcd_bitmap}{\input{plugins/oscilloscope.tex}} 88 88 89 - \opt{HAVE_LCD_BITMAP}{\input{plugins/plasma.tex}} 89 + \opt{lcd_bitmap}{\input{plugins/plasma.tex}} 90 90 91 91 {\input{plugins/snow.tex}} 92 92 93 - \opt{HAVE_LCD_BITMAP}{\input{plugins/starfield.tex}} 93 + \opt{lcd_bitmap}{\input{plugins/starfield.tex}} 94 94 95 - \opt{HAVE_LCD_BITMAP}{\input{plugins/vumeter.tex}} 95 + \opt{lcd_bitmap}{\input{plugins/vumeter.tex}} 96 96 97 97 \section{\label{ref:Viewersplugins}Viewers} 98 98 ··· 101 101 the associated file. Viewers are stored in the 102 102 \textbf{/.rockbox/viewers/ }directory. 103 103 104 - \opt{HAVE_LCD_BITMAP}{\input{plugins/chip8emulator.tex}} 104 + \opt{lcd_bitmap}{\input{plugins/chip8emulator.tex}} 105 105 106 - \opt{HAVE_LCD_BITMAP}{\input{plugins/jpegviewer.tex}} 106 + \opt{lcd_bitmap}{\input{plugins/jpegviewer.tex}} 107 107 108 108 \opt{recorder,recorderv2fm,ondio}{\input{plugins/movieplayer.tex}} 109 109 110 - \opt{HAVE_LCD_COLOR}{\input{plugins/mpegplayer.tex}} 110 + \opt{lcd_color}{\input{plugins/mpegplayer.tex}} 111 111 112 112 \opt{recorder,recorderv2fm,ondio}{\input{plugins/rockbox_flash.tex}} 113 113 114 - \opt{recorder,recorderv2fm,h1xx,m5,HAVE_LCD_COLOR}{\input{plugins/rockboy.tex}} 114 + \opt{recorder,recorderv2fm,h1xx,m5,lcd_color}{\input{plugins/rockboy.tex}} 115 115 116 116 {\input{plugins/search.tex}} 117 117 ··· 129 129 130 130 {\input{plugins/batterybenchmark.tex}} 131 131 132 - \opt{HAVE_LCD_BITMAP}{\input{plugins/calculator.tex}} 132 + \opt{lcd_bitmap}{\input{plugins/calculator.tex}} 133 133 134 134 \opt{recorder,recorderv2fm}{\input{plugins/calendar.tex}} 135 135 136 136 {\input{plugins/chess_clock.tex}} 137 137 138 - \opt{CONFIG_RTC}{\input{plugins/clock.tex}} 138 + \opt{rtc}{\input{plugins/clock.tex}} 139 139 140 140 {\input{plugins/dice.tex}} 141 141 ··· 153 153 154 154 {\input{plugins/stopwatch.tex}} 155 155 156 - \opt{HAVE_LCD_BITMAP}{\input{plugins/text_editor.tex}} 156 + \opt{lcd_bitmap}{\input{plugins/text_editor.tex}}
+1 -1
manual/plugins/oscilloscope.tex
··· 4 4 5 5 This demo shows the shape of the sound samples that make up the music 6 6 being played. 7 - \opt{SWCODEC}{ 7 + \opt{swcodec}{ 8 8 At faster speed rates, the \dap\ is less responsive 9 9 to user input and music may start to skip. 10 10 }
+1 -1
manual/plugins/plasma.tex
··· 9 9 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 10 10 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonUp\ / \ButtonDown} 11 11 & Adjust frequency\\ 12 - \opt{HAVE_LCD_COLOR}{ 12 + \opt{lcd_color}{ 13 13 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} 14 14 {\ButtonSelect} 15 15 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
+1 -1
manual/plugins/starfield.tex
··· 12 12 {\ButtonUp\ / \ButtonDown} 13 13 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 14 14 & Increase / decrease speed\\ 15 - \opt{HAVE_LCD_COLOR}{% 15 + \opt{lcd_color}{% 16 16 \opt{IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}% 17 17 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}% 18 18 & Change colours\\%
+1 -1
manual/rockbox_interface/main.tex
··· 118 118 119 119 On the curved top it has the headphone jack to the left, 120 120 the \ButtonOff{} button is in the middle% 121 - \opt{HAVE_RECORDING}{ and the line in jack to the right}. 121 + \opt{recording}{ and the line in jack to the right}. 122 122 Apart from the already mentioned MMC slot you will find the USB connector on 123 123 the \daps{} right side. Placed on the upper side of the device right below 124 124 the flat display there is the main button pad of the \dap{}. A strong deepening
+4 -4
manual/rockbox_interface/tagcache.tex
··· 4 4 \subsection{Introduction} 5 5 This chapter describes the Rockbox music database system. Using the information 6 6 contained in the tags (ID3v1, ID3v2% 7 - \opt{SWCODEC}{, Vorbis Comments, Apev2, etc.}% 7 + \opt{swcodec}{, Vorbis Comments, Apev2, etc.}% 8 8 ) in your audio files, Rockbox builds and maintains a database of the music 9 9 files on your player and allows you to browse them by Artist, Album and Genre. 10 10 ··· 32 32 \subsection{\label{ref:databasemenu}The Database Menu} 33 33 34 34 \begin{description} 35 - \opt{SWCODEC}{ 35 + \opt{swcodec}{ 36 36 \item[Load To Ram.] 37 37 The database can either be kept on disk (to save memory), or 38 38 loaded into RAM (for fast browsing). Setting this to \setting{Yes} loads ··· 48 48 \item[Auto Update.] 49 49 If \setting{Auto update} is set to \setting{on}, each time the \dap{} 50 50 boots, the database will automatically be updated. 51 - \opt{SWCODEC}{ 51 + \opt{swcodec}{ 52 52 \note{The \setting{Auto Update} will only check for deleted files if the 53 53 \setting{Directory Cache} (\setting{Settings $\rightarrow$ General 54 54 Settings $\rightarrow$ System $\rightarrow$ Disk $\rightarrow$ ··· 67 67 68 68 \item[Update Now.] 69 69 \setting{Update now} causes the database to detect new and deleted files 70 - \opt{SWCODEC}{ 70 + \opt{swcodec}{ 71 71 \note{Unlike the \setting{Auto Update} function, \setting{Update Now} 72 72 will update the database regardless of whether the \setting{Directory Cache} 73 73 is enabled. Thus, an update using \setting{Update now} may take a long
+5 -5
manual/rockbox_interface/wps.tex
··· 3 3 The While Playing Screen (WPS) displays various pieces of information about the 4 4 currently playing audio file. 5 5 % 6 - \opt{HAVE_LCD_BITMAP}{% 6 + \opt{lcd_bitmap}{% 7 7 The appearance of the WPS can be configured using WPS configuration files. 8 8 The items shown depend on your configuration -- all item can be turned on 9 9 or off independently. Refer to \reference{ref:wps_tags} for details on how ··· 11 11 \begin{itemize} 12 12 \nopt{ondio}{ 13 13 \item Status bar: The Status bar shows Battery level, charger status, 14 - volume, play mode, repeat mode, shuffle mode\opt{CONFIG_RTC}{ and clock}. 14 + volume, play mode, repeat mode, shuffle mode\opt{rtc}{ and clock}. 15 15 In contrast to all other items, the status bar is always at the top of 16 16 the screen. 17 17 } ··· 115 115 \end{table} 116 116 117 117 118 - \opt{HAVE_LCD_BITMAP}{ 118 + \opt{lcd_bitmap}{ 119 119 \subsection{\label{ref:peak_meter}Peak Meter} 120 120 The peak meter can be displayed on the While Playing Screen and consists of 121 121 several indicators. 122 - \opt{HAVE_RECORDING}{ 122 + \opt{recording}{ 123 123 For a picture of the peak meter, please see the While 124 124 Recording Screen in \reference{ref:while_recording_screen}. 125 125 } ··· 242 242 } 243 243 } 244 244 245 - \opt{SWCODEC}{ 245 + \opt{swcodec}{ 246 246 \subsubsection{Graphical EQ} 247 247 This is a shortcut to the \setting{Equalizer}. See \reference{ref:EQ}. 248 248