RE: Missing BMP 565RGB video support

2020-09-02 Thread Trommel, Kees (Contractor)
he video_fb.h "gdfIndex" rather than the video.h "bpix" in the video_priv struct. Kees. -Original Message- From: Anatolij Gustschin [mailto:ag...@denx.de] Sent: 01 September 2020 13:08 To: Trommel, Kees (Contractor) Cc: u-boot@lists.denx.de Subject: Re: Missing BMP 565R

Re: Missing BMP 565RGB video support

2020-09-01 Thread Anatolij Gustschin
Hi, On Fri, 28 Aug 2020 10:44:55 + Trommel, Kees (Contractor) kees.trommel.contrac...@draeger.com wrote: > Hi Agust, > > The latest version of the U-Boot does not support conversion from > 24BPP BMP to a 16BPP 565RGB encoded frame buffer. It uses always > 555RGB encoding (see function video_

Missing BMP 565RGB video support

2020-08-28 Thread Trommel, Kees (Contractor)
Hi Agust, The latest version of the U-Boot does not support conversion from 24BPP BMP to a 16BPP 565RGB encoded frame buffer. It uses always 555RGB encoding (see function video_bmp_display in video_bmp.c). Older versions of the U-Boot (e.g. 2015.04) supported this because the platform specific