commit | 7ee599e23d554da577ac0eefe252fc74b06940c0 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jan 30 08:54:12 2019 +0100 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Feb 15 16:51:12 2019 +0100 |
tree | efcd796a4fdbf9419118deb03e1fb6375b8ed7a1 | |
parent | a9d6db79b502b48277294de4f67e2dc731505338 [diff] |
video: bmp: Add support for 24bpp BMP files on 16bpp displays 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 <sr@denx.de> Reviewed-by: Anatolij Gustschin <agust@denx.de> Acked-by: Anatolij Gustschin <agust@denx.de>