summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-04-14 11:40:41 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-04-14 11:40:41 +0000
commit14c7900383bd2082494ce1cfa3e191bc34a44b3a (patch)
tree294ed696bc5345d8ab6139528e5ecd1908146bb7 /firmware/export/lcd.h
parent81bd3692882707d90a2be6a8c8de67fa9b2e9815 (diff)
downloadrockbox-14c7900383bd2082494ce1cfa3e191bc34a44b3a.tar.gz
rockbox-14c7900383bd2082494ce1cfa3e191bc34a44b3a.zip
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
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 98e2a58a53..9fe3ca2a8a 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -65,6 +65,9 @@ extern void lcd_update_rect(int x, int y, int width, int height);
65 #define lcd_update_rect(x,y,w,h) 65 #define lcd_update_rect(x,y,w,h)
66#endif 66#endif
67 67
68#ifdef IRIVER_H100
69void lcd_remote_init(void);
70#endif
68#ifdef HAVE_LCD_CHARCELLS 71#ifdef HAVE_LCD_CHARCELLS
69 72
70/* Icon definitions for lcd_icon() */ 73/* Icon definitions for lcd_icon() */