From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 29 Jan 2019 14:16:52 +0100 Subject: [U-Boot] [PATCH] video: bmp: Add support for 24bpp BMP files on 16bpp displays In-Reply-To: <20190129104445.10865-2-sr@denx.de> References: <20190129104445.10865-1-sr@denx.de> <20190129104445.10865-2-sr@denx.de> Message-ID: <20190129141652.0d170b50@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 29 Jan 2019 11:44:44 +0100 Stefan Roese sr at denx.de wrote: > This patch adds support to load 24bpp BMP files on 16bpp displays. This > will be used by the theadorable board. The "old" bmp command did support > this operartion mode and to not break compatibility with the move to > DM_VIDEO, we need to add this support to the "new" bmp code. > > Signed-off-by: Stefan Roese > Cc: Anatolij Gustschin Reviewed-by: Anatolij Gustschin -- Anatolij