commit | c3b5adfb1a6b5765b7f07dada93acfc5098cb226 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:23:50 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:02:19 2021 +0100 |
tree | 3623a28f6fb32df01a51060e2baa3d77da6a8d17 | |
parent | a45738a88d5a80be06981dd707edba4f33cfada4 [diff] |
sandbox: video: Add BMP tests for 32bpp and 8bpp modes Add a few more tests for BMP rendering. Use a back door into the sandbox SDL driver to adjust the resolution at runtime. The truetype code does not support 8bpp. Add this so that the display is not blank when running in this mode. Signed-off-by: Simon Glass <sjg@chromium.org>