diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-09-30 20:11:31 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-09-30 20:11:31 +0000 |
commit | a1de081a1b22fdcb8c5530f702866ca658cc68c2 (patch) | |
tree | 7bab1daecd62f58067cd7712b0fa9293ca334bdb /firmware/drivers | |
parent | 1a40e109333b8206140594fce746f7972a4d0d86 (diff) |
Ooops, forgot to fix that comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7572 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers')
-rw-r--r-- | firmware/drivers/lcd-h100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-h100.c b/firmware/drivers/lcd-h100.c index df08dde6fb..edc6e2e33b 100644 --- a/firmware/drivers/lcd-h100.c +++ b/firmware/drivers/lcd-h100.c @@ -207,7 +207,7 @@ void lcd_init(void) /*** update functions ***/ /* Performance function that works with an external buffer - note that by and bheight are in 4-pixel units! */ + note that by and bheight are in 8-pixel units! */ void lcd_blit(const unsigned char* data, int x, int by, int width, int bheight, int stride) { |