summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-14 12:21:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-14 12:21:59 +0000
commit4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1 (patch)
treed1c4735fa71375eb304c22bee75e0f27c22b0e9f /www
parentbac1ae5aa1c2f0009ef34f3bad87b23072a28d2f (diff)
downloadrockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.tar.gz
rockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.zip
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')
-rw-r--r--www/docs/lcd_new.gifbin43437 -> 43437 bytes
-rw-r--r--www/docs/lcd_new_hw.gifbin41878 -> 41878 bytes
-rw-r--r--www/docs/lcd_new_subst.gifbin43437 -> 43437 bytes
-rw-r--r--www/docs/lcd_old.gifbin43437 -> 43437 bytes
-rw-r--r--www/docs/lcd_old_hw.gifbin41878 -> 41878 bytes
-rw-r--r--www/docs/lcd_old_subst.gifbin43437 -> 43437 bytes
-rw-r--r--www/docs/rocklatin.t2
7 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/lcd_new.gif b/www/docs/lcd_new.gif
index 5d6e3587a1..39a6287b8c 100644
--- a/www/docs/lcd_new.gif
+++ b/www/docs/lcd_new.gif
Binary files differ
diff --git a/www/docs/lcd_new_hw.gif b/www/docs/lcd_new_hw.gif
index 11690897b1..87930d3d65 100644
--- a/www/docs/lcd_new_hw.gif
+++ b/www/docs/lcd_new_hw.gif
Binary files differ
diff --git a/www/docs/lcd_new_subst.gif b/www/docs/lcd_new_subst.gif
index 5a1e126a64..17bdd834a1 100644
--- a/www/docs/lcd_new_subst.gif
+++ b/www/docs/lcd_new_subst.gif
Binary files differ
diff --git a/www/docs/lcd_old.gif b/www/docs/lcd_old.gif
index 2683f54f26..877b3f57bf 100644
--- a/www/docs/lcd_old.gif
+++ b/www/docs/lcd_old.gif
Binary files differ
diff --git a/www/docs/lcd_old_hw.gif b/www/docs/lcd_old_hw.gif
index 651450187f..19f35f6711 100644
--- a/www/docs/lcd_old_hw.gif
+++ b/www/docs/lcd_old_hw.gif
Binary files differ
diff --git a/www/docs/lcd_old_subst.gif b/www/docs/lcd_old_subst.gif
index dfffde9850..a9f40f12f9 100644
--- a/www/docs/lcd_old_subst.gif
+++ b/www/docs/lcd_old_subst.gif
Binary files differ
diff --git a/www/docs/rocklatin.t b/www/docs/rocklatin.t
index 7aee26fd3e..819a845051 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:
68 lcd_unlock_pattern(handle); 68 lcd_unlock_pattern(handle);
69} 69}
70</pre> 70</pre>
71The handle is very likely to be between 0x01 to 0x16, which in software will 71The handle is very likely to be between 0x01 to 0x15, which in software will
72be handled as a prioritized character (even higher than the icons). 72be handled as a prioritized character (even higher than the icons).
73 73
74<h2>Some notes</h2> 74<h2>Some notes</h2>