diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-14 12:21:59 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-14 12:21:59 +0000 |
| commit | 4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1 (patch) | |
| tree | d1c4735fa71375eb304c22bee75e0f27c22b0e9f /www/docs | |
| parent | bac1ae5aa1c2f0009ef34f3bad87b23072a28d2f (diff) | |
| download | rockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.zip rockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.tar.gz rockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.tar.bz2 rockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.tar.xz | |
Added bookmark icon for the Player/Studio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4880 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'www/docs')
| -rw-r--r-- | www/docs/lcd_new.gif | bin | 43437 -> 43437 bytes | |||
| -rw-r--r-- | www/docs/lcd_new_hw.gif | bin | 41878 -> 41878 bytes | |||
| -rw-r--r-- | www/docs/lcd_new_subst.gif | bin | 43437 -> 43437 bytes | |||
| -rw-r--r-- | www/docs/lcd_old.gif | bin | 43437 -> 43437 bytes | |||
| -rw-r--r-- | www/docs/lcd_old_hw.gif | bin | 41878 -> 41878 bytes | |||
| -rw-r--r-- | www/docs/lcd_old_subst.gif | bin | 43437 -> 43437 bytes | |||
| -rw-r--r-- | www/docs/rocklatin.t | 2 |
7 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/lcd_new.gif b/www/docs/lcd_new.gif Binary files differindex 5d6e358..39a6287 100644 --- a/www/docs/lcd_new.gif +++ b/www/docs/lcd_new.gif diff --git a/www/docs/lcd_new_hw.gif b/www/docs/lcd_new_hw.gif Binary files differindex 1169089..87930d3 100644 --- a/www/docs/lcd_new_hw.gif +++ b/www/docs/lcd_new_hw.gif diff --git a/www/docs/lcd_new_subst.gif b/www/docs/lcd_new_subst.gif Binary files differindex 5a1e126..17bdd83 100644 --- a/www/docs/lcd_new_subst.gif +++ b/www/docs/lcd_new_subst.gif diff --git a/www/docs/lcd_old.gif b/www/docs/lcd_old.gif Binary files differindex 2683f54..877b3f5 100644 --- a/www/docs/lcd_old.gif +++ b/www/docs/lcd_old.gif diff --git a/www/docs/lcd_old_hw.gif b/www/docs/lcd_old_hw.gif Binary files differindex 6514501..19f35f6 100644 --- a/www/docs/lcd_old_hw.gif +++ b/www/docs/lcd_old_hw.gif diff --git a/www/docs/lcd_old_subst.gif b/www/docs/lcd_old_subst.gif Binary files differindex dfffde9..a9f40f1 100644 --- a/www/docs/lcd_old_subst.gif +++ b/www/docs/lcd_old_subst.gif diff --git a/www/docs/rocklatin.t b/www/docs/rocklatin.t index 7aee26f..819a845 100644 --- a/www/docs/rocklatin.t +++ b/www/docs/rocklatin.t @@ -68,7 +68,7 @@ or 8 of such characters. This code example shows how to define a pattern: lcd_unlock_pattern(handle); } </pre> -The handle is very likely to be between 0x01 to 0x16, which in software will +The handle is very likely to be between 0x01 to 0x15, which in software will be handled as a prioritized character (even higher than the icons). <h2>Some notes</h2> |