From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 24 May 2012 23:23:05 +0200 Subject: [U-Boot] [PATCH v5 1/3] LCD: display 32bpp decompressed bitmap image In-Reply-To: <4FAB50D9.4040709@samsung.com> References: <4FAB50D9.4040709@samsung.com> Message-ID: <20120524232305.0e47e9a9@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Thu, 10 May 2012 14:23:37 +0900 Donghwa Lee wrote: > This patch supports drawing 32bpp decompressed bitmap image. > > Signed-off-by: Donghwa Lee > Signed-off-by: Kyungmin.park > --- > Changes for v4: > - read image sequentially just as it is. > > Changes for v1/v2/v3: > - use lcd_line_length variable > - convert BGR to RGB because BMP data format aligned BGR. > > common/lcd.c | 19 ++++++++++++++++--- > 1 files changed, 16 insertions(+), 3 deletions(-) Applied to u-boot-video/master. Thanks. Anatolij