mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
make use of the \note macro on plugins and appendix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9404 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
769f18be1d
commit
18f319caf5
4 changed files with 18 additions and 13 deletions
|
@ -163,12 +163,16 @@ Example: \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textba
|
||||||
Example: image /.rockbox/bg.bmp with ID "a" at 37, 109 would be:\\
|
Example: image /.rockbox/bg.bmp with ID "a" at 37, 109 would be:\\
|
||||||
\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar}
|
\%x{\textbar}a{\textbar}bg.bmp{\textbar}37{\textbar}109{\textbar}
|
||||||
|
|
||||||
\begin{itemize}
|
\note{
|
||||||
\item \textbf{Note:} The images must be in a rockbox compatible format (1 bit per pixel BMP)
|
\begin{itemize}
|
||||||
\item \textbf{Note:} The image tag must be on its own line
|
\item The images must be in a rockbox compatible format (1 bit per pixel BMP)
|
||||||
\item \textbf{Note:} The ID is case sensitive, giving 52 different ID's
|
\item The image tag must be on its own line
|
||||||
\item \textbf{Note:} The size of the LCD screen for each player varies. See table below for appropriate sizes of each device. The x and y coordinates must repect each of the players' limits.
|
\item The ID is case sensitive, giving 52 different ID's
|
||||||
\end{itemize}
|
\item The size of the LCD screen for each player varies. See table below
|
||||||
|
for appropriate sizes of each device. The x and y coordinates must
|
||||||
|
repect each of the players' limits.
|
||||||
|
\end{itemize}
|
||||||
|
}
|
||||||
|
|
||||||
\subsubsection{Alignment}
|
\subsubsection{Alignment}
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,6 @@ tried are happy with the 3.3 Volt level the Arcos can deliver. So the
|
||||||
connection is a simple cable! For all protocols requiring more lines, an
|
connection is a simple cable! For all protocols requiring more lines, an
|
||||||
external controller would be necessary.
|
external controller would be necessary.
|
||||||
|
|
||||||
\textbf{Note:} Archos FMs don't have the remote pin internally connected, but
|
\note{Archos FMs don't have the remote pin internally connected, but
|
||||||
one unit that was opened was internally prepared for it, a matter of closing a
|
one unit that was opened was internally prepared for it, a matter of closing a
|
||||||
bridge.
|
bridge.}
|
||||||
|
|
|
@ -21,4 +21,5 @@ Open a .jpg file in the file browser to view it\opt{recorder,recorderv2fm,ondio,
|
||||||
\end{center}
|
\end{center}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
Note: JPEGs that use progressive scan encoding are not supported and will produce an error.
|
\note{JPEGs that use progressive scan encoding are not supported and will
|
||||||
|
produce an error.}
|
||||||
|
|
|
@ -9,7 +9,7 @@ fwd/rew does not work correctly or the time display is incorrect. Run
|
||||||
VBRfix on files you record with your Jukebox. The header is not present
|
VBRfix on files you record with your Jukebox. The header is not present
|
||||||
in the recorded files and VBRfix adds this header.
|
in the recorded files and VBRfix adds this header.
|
||||||
|
|
||||||
Note: VBRfix can only run when music is
|
\note{VBRfix can only run when music is
|
||||||
turned off (since it uses the same memory as the player) and can take a
|
turned off (since it uses the same memory as the player) and can take a
|
||||||
while to complete if run on big files.
|
while to complete if run on big files.}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue