Re: [U-Boot] [PATCH v2 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-04-30 Thread Anatolij Gustschin
Hi, On Thu, 26 Apr 2012 17:21:23 +0900 Donghwa Lee wrote: ... > diff --git a/drivers/video/exynos_fb.c b/drivers/video/exynos_fb.c > index 96a8ec1..f669b65 100644 > --- a/drivers/video/exynos_fb.c > +++ b/drivers/video/exynos_fb.c ... > @@ -64,6 +68,29 @@ static void exynos_lcd_init(vidinfo_t *vi

Re: [U-Boot] [PATCH v2 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-04-26 Thread Minkyu Kang
On 26 April 2012 17:21, Donghwa Lee wrote: > This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. > trats_logo.h data is compressed from trats_logo.bmp to > trats_logo.bmp.gz by gzip and converted to trats_logo.h header file > format by some application. And then it is decomressed at

[U-Boot] [PATCH v2 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-04-26 Thread Donghwa Lee
This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. trats_logo.h data is compressed from trats_logo.bmp to trats_logo.bmp.gz by gzip and converted to trats_logo.h header file format by some application. And then it is decomressed at the exynos fb driver by gunzip_bmp(). change of v1