commit | 646e169aa0e6e699aa9aa861a0b2ad6705031cba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 19 13:23:55 2021 -0700 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Dec 26 23:02:19 2021 +0100 |
tree | a6060d5f75c6ea536646d1d18a956caa5df7c8af | |
parent | 51f92c143019de3ad719d8ee7bcab8c1d9d87d1c [diff] |
video: bmp: Update RLE8 support to use the write function Update this code to use write_pix8() rather than writing the pixels only for a single supported display depth. This allows us to support any depth. Add some more tests too. Signed-off-by: Simon Glass <sjg@chromium.org>