commit | 6a92e8861e7aee5b8c09ea616c922cc3d9dae723 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:23:59 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:23:52 2021 +0100 |
tree | f9635b0e9e7a91c53c8b1d643fe764cad8f3b1bf | |
parent | 8bd7f604f8b69f27fd135b03bd02b0ffd50d6a47 [diff] |
video: theadorable: Use RGB565 for BMP blitting At present this uses RGB555 format for blitting to a display. Sandbox uses 565 and that seems to be more normal for BMP as well. Update the code accordingly and add a test. Note that this likely breaks the theadorable board so we may need to discuss supporting both formats. Signed-off-by: Simon Glass <sjg@chromium.org>