diff options
| author | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-04-25 21:44:56 +0000 |
|---|---|---|
| committer | Nicolas Pennequin <nicolas.pennequin@free.fr> | 2007-04-25 21:44:56 +0000 |
| commit | 7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435 (patch) | |
| tree | e59f8442d401de4c58750c793276ac8a65de67ae /firmware | |
| parent | 205ec3279d32a152f6046ecc6ad66c39f097fa4d (diff) | |
| download | rockbox-7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435.zip rockbox-7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435.tar.gz rockbox-7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435.tar.bz2 rockbox-7fdfa56454c0fab8cbdfcf50d852dc6fa90d4435.tar.xz | |
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 'firmware')
| -rw-r--r-- | firmware/export/lcd-remote.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 08accf7..ad311a8 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -181,6 +181,8 @@ extern void lcd_remote_set_background(unsigned background); extern unsigned lcd_remote_get_background(void); extern void lcd_remote_set_drawinfo(int mode, unsigned foreground, unsigned background); +void lcd_remote_set_backdrop(fb_remote_data* backdrop); +fb_remote_data* lcd_remote_get_backdrop(void); extern void lcd_remote_mono_bitmap_part(const unsigned char *src, int src_x, int src_y, int stride, int x, int y, |