summaryrefslogtreecommitdiff
path: root/apps/recorder/backdrop.h
diff options
context:
space:
mode:
authorNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-25 21:44:56 +0000
committerNicolas Pennequin <nicolas.pennequin@free.fr>2007-04-25 21:44:56 +0000
commit7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435 (patch)
treee59f8442d401de4c58750c793276ac8a65de67ae /apps/recorder/backdrop.h
parent205ec3279d32a152f6046ecc6ad66c39f097fa4d (diff)
downloadrockbox-7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435.tar.gz
rockbox-7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435.zip
Add backdrop support for LCD remotes with depth > 1-bit. Only WPS backdrops, but the groundwork is laid for main backdrops too (all that's really needed are menus to set/clear them).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13263 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/backdrop.h')
-rw-r--r--apps/recorder/backdrop.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/recorder/backdrop.h b/apps/recorder/backdrop.h
index 93373f1321..c930a87433 100644
--- a/apps/recorder/backdrop.h
+++ b/apps/recorder/backdrop.h
@@ -36,4 +36,11 @@ void show_wps_backdrop(void);
36 36
37#endif /* LCD_DEPTH > 1 */ 37#endif /* LCD_DEPTH > 1 */
38 38
39#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
40bool load_remote_wps_backdrop(char* filename);
41void unload_remote_wps_backdrop(void);
42void show_remote_wps_backdrop(void);
43void show_remote_main_backdrop(void); /* only clears the wps backdrop */
44#endif
45
39#endif /* _BACKDROP_H */ 46#endif /* _BACKDROP_H */