summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-28 12:12:42 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-28 12:12:42 +0000
commit745adad22a3803e7d7f3c14ba7ae2f8d3accb75a (patch)
tree644ae59e3b53daf9b534893763d2d0d7610f91fa /apps/screen_access.c
parent9bd06032a37c60b17ae1643677ddc9a56a46d67f (diff)
downloadrockbox-745adad22a3803e7d7f3c14ba7ae2f8d3accb75a.tar.gz
rockbox-745adad22a3803e7d7f3c14ba7ae2f8d3accb75a.zip
Color BMP support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8472 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index dfe2b13a46..8f7f5c5aae 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -120,6 +120,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type)
120 screen->mono_bitmap=&lcd_mono_bitmap; 120 screen->mono_bitmap=&lcd_mono_bitmap;
121 screen->set_drawmode=&lcd_set_drawmode; 121 screen->set_drawmode=&lcd_set_drawmode;
122#if LCD_DEPTH > 1 122#if LCD_DEPTH > 1
123 screen->bitmap=&lcd_bitmap;
123 screen->set_background=&lcd_set_background; 124 screen->set_background=&lcd_set_background;
124#endif 125#endif
125 screen->update_rect=&lcd_update_rect; 126 screen->update_rect=&lcd_update_rect;