From a7d22caa0320025442cb8c275bd70d034f5eb308 Mon Sep 17 00:00:00 2001 From: Torbjorn Svensson Date: Tue, 7 Dec 2010 15:33:29 +0100 Subject: 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 Reviewed-by: QATOOLS Reviewed-by: Jimmy RUBIN Reviewed-by: Michael BRANDT --- board/st/u8500/mcde_display.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/st/u8500/mcde_display.h') 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) */ -- cgit v1.2.3