From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 30 Jan 2019 09:06:46 +0100 Subject: [U-Boot] [PATCH v2] video: bmp: Add support for 24bpp BMP files on 16bpp displays In-Reply-To: <20190130075413.14490-2-sr@denx.de> References: <20190130075413.14490-1-sr@denx.de> <20190130075413.14490-2-sr@denx.de> Message-ID: <20190130090646.2152942e@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 Wed, 30 Jan 2019 08:54:12 +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 > Reviewed-by: Anatolij Gustschin Acked-by: Anatolij Gustschin -- Anatolij