1
0
Fork 0
forked from len0rd/rockbox

Low-level driver for the H100 remote control LCD, by Richard S. La Charite III

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6283 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-04-14 11:40:41 +00:00
parent 81bd369288
commit 14c7900383
4 changed files with 199 additions and 0 deletions

View file

@ -65,6 +65,9 @@ extern void lcd_update_rect(int x, int y, int width, int height);
#define lcd_update_rect(x,y,w,h)
#endif
#ifdef IRIVER_H100
void lcd_remote_init(void);
#endif
#ifdef HAVE_LCD_CHARCELLS
/* Icon definitions for lcd_icon() */