From 801b0772948f0f608c33131a9d03eb160fb3f4d0 Mon Sep 17 00:00:00 2001 From: Kjell Ericson Date: Sun, 29 Jun 2003 20:07:16 +0000 Subject: Updated picture and doc for the plugin icon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3774 a1c6a512-1295-4272-9138-f99709370657 --- www/docs/lcd_new.gif | Bin 43437 -> 43437 bytes www/docs/lcd_new_hw.gif | Bin 41878 -> 41878 bytes www/docs/lcd_new_subst.gif | Bin 43437 -> 43437 bytes www/docs/lcd_old.gif | Bin 43437 -> 43437 bytes www/docs/lcd_old_hw.gif | Bin 41878 -> 41878 bytes www/docs/lcd_old_subst.gif | Bin 43437 -> 43437 bytes www/docs/rocklatin.t | 4 ++-- 7 files changed, 2 insertions(+), 2 deletions(-) (limited to 'www/docs') diff --git a/www/docs/lcd_new.gif b/www/docs/lcd_new.gif index e305a33498..d3490dc880 100644 Binary files a/www/docs/lcd_new.gif and b/www/docs/lcd_new.gif differ diff --git a/www/docs/lcd_new_hw.gif b/www/docs/lcd_new_hw.gif index 87930d3d65..11690897b1 100644 Binary files a/www/docs/lcd_new_hw.gif and b/www/docs/lcd_new_hw.gif differ diff --git a/www/docs/lcd_new_subst.gif b/www/docs/lcd_new_subst.gif index f5e8297ce6..ec256e1894 100644 Binary files a/www/docs/lcd_new_subst.gif and b/www/docs/lcd_new_subst.gif differ diff --git a/www/docs/lcd_old.gif b/www/docs/lcd_old.gif index 558b290066..9daad1eed9 100644 Binary files a/www/docs/lcd_old.gif and b/www/docs/lcd_old.gif differ diff --git a/www/docs/lcd_old_hw.gif b/www/docs/lcd_old_hw.gif index 19f35f6711..651450187f 100644 Binary files a/www/docs/lcd_old_hw.gif and b/www/docs/lcd_old_hw.gif differ diff --git a/www/docs/lcd_old_subst.gif b/www/docs/lcd_old_subst.gif index 45eb5a6206..0872e45d7e 100644 Binary files a/www/docs/lcd_old_subst.gif and b/www/docs/lcd_old_subst.gif 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.

Accessing hardware

The 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).

-The Rockbox software can also define 23 own patterns, even though hardware only +The Rockbox software can also define 22 own patterns, even though hardware only allows 4 or 8. The software should of course not try to display more than 4 or 8 of such characters. This code example shows how to define a pattern:

@@ -68,7 +68,7 @@ or 8 of such characters. This code example shows how to define a pattern:
   lcd_unlock_pattern(handle);
 }
 
-The handle is very likely to be between 0x01 to 0x17, which in software will +The handle is very likely to be between 0x01 to 0x16, which in software will be handled as a prioritized character (even higher than the icons).

Some notes

-- cgit v1.2.3