summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2003-06-29 20:07:16 +0000
committerKjell Ericson <kjell@haxx.se>2003-06-29 20:07:16 +0000
commit801b0772948f0f608c33131a9d03eb160fb3f4d0 (patch)
treeafe7f4fe445243a6aa00c150fd003403dd5bb7ce /www
parent8bebc8b73f83537767ce3e536023ee7c4b79d857 (diff)
downloadrockbox-801b0772948f0f608c33131a9d03eb160fb3f4d0.tar.gz
rockbox-801b0772948f0f608c33131a9d03eb160fb3f4d0.zip
Updated picture and doc for the plugin icon.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3774 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.t4
7 files changed, 2 insertions, 2 deletions
diff --git a/www/docs/lcd_new.gif b/www/docs/lcd_new.gif
index e305a33498..d3490dc880 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 87930d3d65..11690897b1 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 f5e8297ce6..ec256e1894 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 558b290066..9daad1eed9 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 19f35f6711..651450187f 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 45eb5a6206..0872e45d7e 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 b8285ec17d..7aee26fd3e 100644
--- a/www/docs/rocklatin.t
+++ b/www/docs/rocklatin.t
@@ -49,7 +49,7 @@ be switched to a substitute character.
49<h2>Accessing hardware</h2> 49<h2>Accessing hardware</h2>
50The Rockbox software can access a HW-LCD-character by doing a lcd_putc(0x100-0x1ff). That would of course make it 100% hardware depended (=not good). 50The Rockbox software can access a HW-LCD-character by doing a lcd_putc(0x100-0x1ff). That would of course make it 100% hardware depended (=not good).
51<p> 51<p>
52The Rockbox software can also define 23 own patterns, even though hardware only 52The Rockbox software can also define 22 own patterns, even though hardware only
53allows 4 or 8. The software should of course not try to display more than 4 53allows 4 or 8. The software should of course not try to display more than 4
54or 8 of such characters. This code example shows how to define a pattern: 54or 8 of such characters. This code example shows how to define a pattern:
55<pre> 55<pre>
@@ -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 0x17, which in software will 71The handle is very likely to be between 0x01 to 0x16, 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>