commit | 490bb99d32723e54b5a33f90067324d621b0465c | [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 | 998e16a0afd48ee00783aeb59381d52487211b2b [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>