diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-09 22:10:38 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-09 22:10:38 +0000 |
| commit | a434a0de5cb7dfc9d8a96bd282142c5b65e329f6 (patch) | |
| tree | dd98e3d08fdd7254e3d51fd15d1b17f15a0d8326 /manual/plugins/main.tex | |
| parent | 608eee71d21b5aad88b75c1f4368e24e25ba63da (diff) | |
| download | rockbox-a434a0de5cb7dfc9d8a96bd282142c5b65e329f6.zip rockbox-a434a0de5cb7dfc9d8a96bd282142c5b65e329f6.tar.gz rockbox-a434a0de5cb7dfc9d8a96bd282142c5b65e329f6.tar.bz2 rockbox-a434a0de5cb7dfc9d8a96bd282142c5b65e329f6.tar.xz | |
MPIO HD200 manual - tex files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28544 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/main.tex')
| -rw-r--r-- | manual/plugins/main.tex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 6026d96..a40c81d 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -1,5 +1,9 @@ % $Id$ % \chapter{Plugins}\label{ref:plugins} +\opt{mpiohd200}{% +\fixme{The manual for MPIO HD200 is incomplete. Keymap definitions for plugins are missing.}\\ + +} Plugins are programs that Rockbox can load and run. Only one plugin can be loaded at a time. Plugins have exclusive control over the user interface. This means you cannot switch back and forth between a plugin and Rockbox. When @@ -41,7 +45,7 @@ text files% \opt{lcd_bitmap}{\input{plugins/goban.tex}} -\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,sansac200}{ +\opt{lcd_non-mono}{\nopt{iriverh10_5gb,ipodmini1g,sansac200,mpiohd200}{ \input{plugins/invadrox.tex}}} {\input{plugins/jackpot.tex}} @@ -198,7 +202,7 @@ option from the \setting{Context Menu} (see \reference{ref:Contextmenu}).} \opt{lcd_bitmap}{\nopt{% ONDIO_PAD%,m200, % not enough buttons for keymap ,ipod1g2g,ipod3g,ipod4g,ipodmini% horizontal pixelformat not implemented - ,iaudiom3%,mpiohd2000, % vertical interleaved pixelformat not implemented + ,iaudiom3,mpiohd200, % vertical interleaved pixelformat not implemented ,mrobe100% lcd size/depth not implemented }{ \input{plugins/rockboy.tex}}} |