summaryrefslogtreecommitdiff
path: root/board/st/u8500/mcde_display.h
diff options
context:
space:
mode:
authorTorbjorn Svensson <torbjorn.x.svensson@stericsson.com>2010-12-07 15:33:29 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-12-13 15:41:15 +0100
commita7d22caa0320025442cb8c275bd70d034f5eb308 (patch)
treed416178a8e4450038514069f793961dfe84219f1 /board/st/u8500/mcde_display.h
parent307a253778d0918a8e0f10c2ea9a350450e37677 (diff)
U8500: Changes to use a bmp file as splash image
This change makes it possible to use a bitmap file (.bmp) as the splash image. This also removes the need to specify width and height of the splash image. RLE compression, 1 and 4 bit formats are not supported. ST-Ericsson ID: AP281072 Change-Id: I7c9ae953ad0440b665bb03ed1b9bbf43bab04e91 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9406 Tested-by: Torbjorn SVENSSON <torbjorn.x.svensson@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Jimmy RUBIN <jimmy.rubin@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'board/st/u8500/mcde_display.h')
-rw-r--r--board/st/u8500/mcde_display.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/st/u8500/mcde_display.h b/board/st/u8500/mcde_display.h
index 6941c044c..ff0e8f847 100644
--- a/board/st/u8500/mcde_display.h
+++ b/board/st/u8500/mcde_display.h
@@ -30,8 +30,8 @@ struct mcde_display_device {
u16 native_y_res;
};
-int mcde_startup(void);
-int mcde_display_image(void);
+int mcde_splash_image(void);
+int mcde_display_image(struct mcde_chnl_state *chnl);
#endif /* !defined(__MCDE_UTILS_H) */